feat(mobile) added french translations (#343)

This commit is contained in:
Eidenz
2022-07-13 18:35:02 +02:00
committed by GitHub
parent 72c334e5e0
commit 20b94ef0bb
5 changed files with 125 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ void main() async {
// Default locale
Locale('en', 'US'),
// Additional locales
Locale('de', 'DE')
Locale('de', 'DE'),
Locale('fr', 'FR')
];
runApp(