Updated strings

This commit is contained in:
2025-07-10 17:42:05 +02:00
parent 7b787a6a4f
commit d5d318929e
7 changed files with 65 additions and 5 deletions

View File

@@ -71,6 +71,19 @@ class AppLocalizationsEn extends AppLocalizations {
return 'Are you sure you want to delete the game \"$gameTitle\"? This action cannot be undone.';
}
@override
String get rating_title => 'Do you like the app?';
@override
String get rating_message =>
'Feedback helps me to continuously improve the app. Thank you!';
@override
String get yes => 'Yes';
@override
String get no => 'No';
@override
String get overview => 'Overview';