Skip to content

Commit

Permalink
Update translation files and add body.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h4h13 committed Jan 26, 2025
1 parent c28859e commit 003d2a0
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 31 deletions.
8 changes: 3 additions & 5 deletions body.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## What's New

- Google Drive backup is now pro feature
- Tagged budgets are now shown in for the transactions
- Fixed the issue with currency symbol not showing in some devices
- Fixed the issue with Google Drive auto backup
- Improved the UI of the app in multiple places
- Clicking on budget details opens details page again
- Calculator not opening when amount is zero or nothing
- Multiple sentry issues fixed
33 changes: 33 additions & 0 deletions localization/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,11 @@
"description": "Text shown on the home page section title",
"type": "text"
},
"trackBudget": "Track Budget",
"@trackBudget": {
"description": "Text shown on the budget details page",
"type": "text"
},
"onTrack": "On track",
"@onTrack": {
"description": "Text shown on the home page section title",
Expand Down Expand Up @@ -2117,5 +2122,33 @@
"@ivyImporterDescription": {
"description": "Text shown on the backup restore page",
"type": "text"
},
"spendingTrend": "Spending Trend",
"@spendingTrend": {
"description": "Text shown on the budget details section title",
"type": "text"
},
"categorySpendingTrend": "Category Spending Trends",
"@categorySpendingTrend": {
"description": "Text shown on the budget details section title",
"type": "text"
},
"categoryBreakDown": "Category Breakdown",
"@categoryBreakDown": {
"description": "Text shown on the budget details section title",
"type": "text"
},
"categorySubtitle": "{description}\n{transactionCount} transactions",
"@categorySubtitle": {
"description": "Text shown on the budget details section title",
"type": "text",
"placeholders": {
"description": {
"type": "String"
},
"transactionCount": {
"type": "int"
}
}
}
}
Loading

0 comments on commit 003d2a0

Please sign in to comment.