mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Added DA,ES,FR,IT (#347)
* Added DA,ES,FR,IT * Update French translation
This commit is contained in:
@@ -43,8 +43,11 @@ void main() async {
|
||||
// Default locale
|
||||
Locale('en', 'US'),
|
||||
// Additional locales
|
||||
Locale('da', 'DK'),
|
||||
Locale('de', 'DE'),
|
||||
Locale('fr', 'FR')
|
||||
Locale('es', 'ES'),
|
||||
Locale('fr', 'FR'),
|
||||
Locale('it', 'IT'),
|
||||
];
|
||||
|
||||
runApp(
|
||||
|
||||
Reference in New Issue
Block a user