chore Add Norweigain localization setup (#1859)

* chore(localization): Add Norwegian localization setup

* chore(localization): Add Norwegian localization setup
This commit is contained in:
Alex
2023-02-24 12:50:56 -06:00
committed by GitHub
parent 4ed96cf1bd
commit 3ea107be5a
3 changed files with 113 additions and 109 deletions

View File

@@ -20,6 +20,7 @@ const List<Locale> locales = [
Locale('sv', 'SE'),
Locale('sk', 'SK'),
Locale('zh', 'CN'),
Locale('no', 'NO'),
];
const String translationsPath = 'assets/i18n';