added finnish and italian translation

This commit is contained in:
Moritz Weber 2023-08-30 23:01:03 -04:00
parent 09c3f3057b
commit f6bf3bb639

View file

@ -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'),
],
);
}