diff --git a/body.md b/body.md new file mode 100644 index 0000000..e80b843 --- /dev/null +++ b/body.md @@ -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 diff --git a/localization/app_en.arb b/localization/app_en.arb index 94e7d01..ac80795 100644 --- a/localization/app_en.arb +++ b/localization/app_en.arb @@ -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" } } \ No newline at end of file diff --git a/untranslated.json b/untranslated.json index e49248d..726c349 100644 --- a/untranslated.json +++ b/untranslated.json @@ -67,7 +67,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "cs": [ @@ -138,7 +139,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "de": [ @@ -209,7 +211,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "es": [ @@ -280,7 +283,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "fr": [ @@ -351,7 +355,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "hi": [ @@ -422,7 +427,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "it": [ @@ -573,7 +579,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "ja": [ @@ -644,7 +651,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "pl": [ @@ -715,7 +723,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "ru": [ @@ -786,7 +795,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "tr": [ @@ -857,7 +867,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "zh": [ @@ -928,7 +939,8 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ], "zh_TW": [ @@ -999,6 +1011,7 @@ "subscription", "website", "websiteDesc", - "defaultCategory" + "defaultCategory", + "selectGoal" ] }