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] 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!" +}