Skip to content
Snippets Groups Projects
Commit 31627c20 authored by atlasan's avatar atlasan
Browse files

fix format - after translation mods

parent 5b561d52
No related branches found
No related tags found
1 merge request!53Translations
......@@ -101,7 +101,7 @@ Future<void> main() async {
Locale('en'),
Locale('fr'),
Locale('es'),
Locale('it'),
Locale('it')
],
path: 'assets/translations',
fallbackLocale: const Locale('en'),
......@@ -115,7 +115,12 @@ Future<void> main() async {
.then((_) {
runApp(EasyLocalization(
// test, force locale :: startLocale: Locale.fromSubtags(languageCode: 'it'),
supportedLocales: const [Locale('en'), Locale('fr'), Locale('es'), Locale('it'),],
supportedLocales: const [
Locale('en'),
Locale('fr'),
Locale('es'),
Locale('it')
],
path: 'assets/translations',
fallbackLocale: const Locale('en'),
child: const Gecko(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment