diff --git a/assets/i18n/de.po b/assets/i18n/de.po new file mode 100644 index 0000000..cd4b2fd --- /dev/null +++ b/assets/i18n/de.po @@ -0,0 +1,21 @@ +# Philipp Kiemle , 2021. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2021-09-29 09:59+0200\n" +"PO-Revision-Date: 2021-11-11 09:09+0100\n" +"Last-Translator: Philipp Kiemle \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 21.08.2\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: de\n" + +msgid "Main menu" +msgstr "Hauptmenü" + +msgid "Use dark mode" +msgstr "Den dunklen Modus verwenden" diff --git a/assets/i18n/fr.po b/assets/i18n/fr.po index 0f61888..d65972e 100644 --- a/assets/i18n/fr.po +++ b/assets/i18n/fr.po @@ -5,7 +5,7 @@ msgstr "" "PO-Revision-Date: 2021-09-29 10:58+0200\n" "Last-Translator: \n" "Language-Team: \n" -"Language: en\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/lib/src/app.dart b/lib/src/app.dart index c5800a5..a0a38b6 100644 --- a/lib/src/app.dart +++ b/lib/src/app.dart @@ -49,6 +49,7 @@ class _AppState extends State with PreferencesMixin { * but are present in fr.po, the missing translations will not be picked up from fr.po, * and thus will show up in english. */ + Locale('de'), Locale('en'), Locale('fr'), Locale('fr', 'CH'),