From 1ae386854da317f11827525eccf3ba351dcb47e8 Mon Sep 17 00:00:00 2001 From: Philipp Kiemle Date: Thu, 11 Nov 2021 10:27:05 +0100 Subject: [PATCH] Add 'de' to supported locales --- lib/src/app.dart | 1 + 1 file changed, 1 insertion(+) 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'),