Add Swedish i18n (#1769)

This commit is contained in:
Jakob Lindskog
2023-02-16 16:11:33 +01:00
committed by GitHub
parent 36197cca98
commit 8234e44921
4 changed files with 210 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ const List<Locale> locales = [
Locale('pl', 'PL'),
Locale('pt', 'PR'),
Locale('ru', 'RU'),
Locale('sv', 'SE'),
Locale('sk', 'SK'),
Locale('zh', 'CN'),
];