mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-18 23:35:25 +02:00
improved localization
This commit is contained in:
parent
d92451d808
commit
d17a62db90
2
.gitignore
vendored
2
.gitignore
vendored
@ -45,3 +45,5 @@ app.*.map.json
|
|||||||
/android/app/debug
|
/android/app/debug
|
||||||
/android/app/profile
|
/android/app/profile
|
||||||
/android/app/release
|
/android/app/release
|
||||||
|
|
||||||
|
untranslated_messages.json
|
@ -1,3 +1,4 @@
|
|||||||
arb-dir: lib/locale/l10n
|
arb-dir: lib/locale/l10n
|
||||||
template-arb-file: app_en.arb
|
template-arb-file: app_en.arb
|
||||||
output-localization-file: app_localizations.dart
|
output-localization-file: app_localizations.dart
|
||||||
|
untranslated-messages-file: untranslated_messages.json
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"appTitleQuestion": "Quid faciam hodie?",
|
"appTitleQuestion": "Quid faciam hodie?",
|
||||||
|
|
||||||
"generalError": "Ein Fehler ist aufgetreten",
|
"generalError": "Ein Fehler ist aufgetreten",
|
||||||
|
"generalCancelButtonLabel": "Abbrechen",
|
||||||
|
|
||||||
"welcomeScreenDescription": "Finde heraus was du den ganzen Tag gemacht hast und erlebe Erinnerungen wieder, die du komplett vergessen hast!",
|
"welcomeScreenDescription": "Finde heraus was du den ganzen Tag gemacht hast und erlebe Erinnerungen wieder, die du komplett vergessen hast!",
|
||||||
"welcomeScreenSubtitle": "Was hab ich heute gemacht?",
|
"welcomeScreenSubtitle": "Was hab ich heute gemacht?",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user