added finnish and italian translation
This commit is contained in:
parent
09c3f3057b
commit
f6bf3bb639
1 changed files with 8 additions and 6 deletions
|
@ -70,14 +70,16 @@ class MyApp extends StatelessWidget {
|
|||
localizationsDelegates: L10n.localizationsDelegates,
|
||||
supportedLocales: const <Locale>[
|
||||
Locale('en'),
|
||||
Locale('de'),
|
||||
Locale('ca'),
|
||||
Locale('nb'),
|
||||
Locale('es'),
|
||||
Locale('ru'),
|
||||
Locale('uk'),
|
||||
Locale('zh'),
|
||||
Locale('fi'),
|
||||
Locale('fr'),
|
||||
Locale('zh')
|
||||
Locale('de'),
|
||||
Locale('it'),
|
||||
Locale('nb'),
|
||||
Locale('ru'),
|
||||
Locale('es'),
|
||||
Locale('uk'),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue