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 Dec 8, 2024
1 parent 6acbb57 commit abebd1a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 13 deletions.
4 changes: 4 additions & 0 deletions body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
##What's New

- Action: When clicking on "Add Transaction", the app crashes. The fix requires updating the default account and toggling the category once, even if it is not being used
- Fix: Where you want to add goal or budget with default account
5 changes: 5 additions & 0 deletions localization/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1652,5 +1652,10 @@
"@defaultCategory": {
"description": "Text shown on the category page",
"type": "text"
},
"selectGoal": "Select goal",
"@selectGoal": {
"description": "Text shown on the add transaction page",
"type": "text"
}
}
39 changes: 26 additions & 13 deletions untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"cs": [
Expand Down Expand Up @@ -138,7 +139,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"de": [
Expand Down Expand Up @@ -209,7 +211,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"es": [
Expand Down Expand Up @@ -280,7 +283,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"fr": [
Expand Down Expand Up @@ -351,7 +355,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"hi": [
Expand Down Expand Up @@ -422,7 +427,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"it": [
Expand Down Expand Up @@ -573,7 +579,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"ja": [
Expand Down Expand Up @@ -644,7 +651,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"pl": [
Expand Down Expand Up @@ -715,7 +723,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"ru": [
Expand Down Expand Up @@ -786,7 +795,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"tr": [
Expand Down Expand Up @@ -857,7 +867,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"zh": [
Expand Down Expand Up @@ -928,7 +939,8 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
],

"zh_TW": [
Expand Down Expand Up @@ -999,6 +1011,7 @@
"subscription",
"website",
"websiteDesc",
"defaultCategory"
"defaultCategory",
"selectGoal"
]
}

0 comments on commit abebd1a

Please sign in to comment.