mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(mobile) added french translations (#343)
This commit is contained in:
parent
72c334e5e0
commit
20b94ef0bb
5 changed files with 125 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ void main() async {
|
|||
// Default locale
|
||||
Locale('en', 'US'),
|
||||
// Additional locales
|
||||
Locale('de', 'DE')
|
||||
Locale('de', 'DE'),
|
||||
Locale('fr', 'FR')
|
||||
];
|
||||
|
||||
runApp(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue