forked from mwageringel/everest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add localization and translation to German (mwageringel#6)
* add localization dependency * add localization import * update MaterialApp w/ localization * add dependency 'intl' * enable generate flag Enabled the generate flag for localization. * add localization config * add initial translation files * l10n: update black background * l10n: convert strings Added more strings to localization. * l10n: translated german Translated all (so far) missing strings into german.
- Loading branch information
Showing
5 changed files
with
55 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
arb-dir: lib/l10n | ||
template-arb-file: app_en.arb | ||
output-localization-file: app_localizations.dart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"settings": "Einstellungen", | ||
"theme": "Theme", | ||
"themeSystem": "System", | ||
"themeLight": "Hell", | ||
"themeDark": "Dunkel", | ||
"darkThemeBlackBackground": "Schwarzer Hintergrund im dunklen Theme", | ||
"darkThemeBlackBackgroundSubtitle": "Hauptsächlich für OLED-Bildschirme gedacht", | ||
"restart": "Neustart", | ||
"restartSubtitle": "Gedrückt halten um Fortschritt zurückzusetzen", | ||
"moreInfo": "Mehr Informationen unter " | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"settings": "Settings", | ||
"theme": "Theme", | ||
"themeSystem": "system", | ||
"themeLight": "light", | ||
"themeDark": "dark", | ||
"darkThemeBlackBackground": "Black background in dark theme", | ||
"darkThemeBlackBackgroundSubtitle": "Mainly intended for OLED screens", | ||
"restart": "Restart", | ||
"restartSubtitle": "Long press to reset the progress", | ||
"moreInfo": "More information at " | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters