Added DA,ES,FR,IT (#347)

* Added DA,ES,FR,IT

* Update French translation
This commit is contained in:
Alex
2022-07-14 10:20:23 -05:00
committed by GitHub
parent 1f6a3ccac7
commit 2a9b09f359
8 changed files with 436 additions and 111 deletions

View File

@@ -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(