diff --git a/lib/core/constants/my_constants.dart b/lib/core/constants/my_constants.dart index 1ad84f3..b7a2826 100644 --- a/lib/core/constants/my_constants.dart +++ b/lib/core/constants/my_constants.dart @@ -28,6 +28,7 @@ class MyConstants { static const String defaultLanguage = 'en'; static const List languages = [ LanguageEntity(title: 'English (English)', code: 'en', locale: Locale('en','US')), + LanguageEntity(title: 'German (Germany)', code: 'de', locale: Locale('de','DE')), // LanguageEntity(title: 'French (Français)', code: 'fr', locale: Locale('fr','FR')), // LanguageEntity(title: 'Russian (Русский)', code: 'ru', locale: Locale('ru','RU')), // LanguageEntity(title: 'Turkish (Türkçe)', code: 'tr', locale: Locale('tr','TR')),