From 6452a0bd776451188df6e2842f6a0ef013895de5 Mon Sep 17 00:00:00 2001 From: Sneeex <65130981+mathiskir@users.noreply.github.com> Date: Fri, 13 Jun 2025 18:45:59 +0200 Subject: [PATCH 1/2] language enhancements --- lib/l10n/app_en.arb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index cde3b08..c73d5a8 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -19,7 +19,7 @@ "about": "About", "empty_text_1": "Pretty empty here...", - "empty_text_2": "Add a new round using the button in the top right corner", + "empty_text_2": "Add a new round using the button in the top right corner.", "delete_game_title": "Delete game?", "delete_game_message": "Are you sure you want to delete the game {gameTitle}? This action cannot be undone.", "@delete_game_message": { @@ -65,9 +65,9 @@ "settings": "Settings", "cabo_penalty": "Cabo Penalty", - "cabo_penalty_subtitle": "... for falsely calling Cabo", + "cabo_penalty_subtitle": "... for falsely calling Cabo.", "point_limit": "Point Limit", - "point_limit_subtitle": "... the game ends here", + "point_limit_subtitle": "... the game ends here.", "reset_to_default": "Reset to Default", "game_data": "Game Data", "import_data": "Import Data", @@ -80,5 +80,5 @@ "app_version": "App Version", "load_version": "Loading version...", "build": "Build", - "about_text": "Hey :) Thanks for being one of the first users of my first app! I’ve put a lot of work into this project, and even though I (hopefully) thought of a lot, not everything will work 100% yet. So if you discover any bugs or have feedback on the design or usability, please let me know via the Testflight app or a message / email. Thank you very much!" -} \ No newline at end of file + "about_text": "Hey :) Thanks for being one of the first users of my app! I’ve put a lot of work into this project, and even though I tried to think of everything, not everything will work 100% yet. So if you discover any bugs or have feedback on the design or usability, please let me know via the TestFlight app or by sending me a message or email. Thank you very much!" +} From 1579c73d0ecc2b0f1d88d2cd6edd8440f13ae04a Mon Sep 17 00:00:00 2001 From: Sneeex <65130981+mathiskir@users.noreply.github.com> Date: Sat, 14 Jun 2025 09:35:58 +0200 Subject: [PATCH 2/2] Change styling of about text --- lib/l10n/app_en.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index c73d5a8..5a7da91 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -80,5 +80,5 @@ "app_version": "App Version", "load_version": "Loading version...", "build": "Build", - "about_text": "Hey :) Thanks for being one of the first users of my app! I’ve put a lot of work into this project, and even though I tried to think of everything, not everything will work 100% yet. So if you discover any bugs or have feedback on the design or usability, please let me know via the TestFlight app or by sending me a message or email. Thank you very much!" + "about_text": "Hey :) Thanks for being one of the first users of my app! I’ve put a lot of work into this project, and even though I tried to think of everything, it might not work perfectly just yet. So if you discover any bugs or have feedback on the design or usability, please let me know via the TestFlight app or by sending me a message or email. Thank you very much!" }