mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(mobile) added french translations (#343)
This commit is contained in:
@@ -43,7 +43,8 @@ void main() async {
|
||||
// Default locale
|
||||
Locale('en', 'US'),
|
||||
// Additional locales
|
||||
Locale('de', 'DE')
|
||||
Locale('de', 'DE'),
|
||||
Locale('fr', 'FR')
|
||||
];
|
||||
|
||||
runApp(
|
||||
|
||||
Reference in New Issue
Block a user