Added korean translation for mobile app (#549)

* Added korean translation for mobile app

* Added locale to info.plist

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
be bright
2022-08-29 22:54:40 +09:00
committed by GitHub
parent e745cb5e4b
commit e527685ebf
4 changed files with 160 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ const List<Locale> locales = [
Locale('ja', 'JP'),
Locale('nl', 'NL'),
Locale('pl', 'PL'),
Locale('pt', 'PR')
Locale('pt', 'PR'),
Locale('ko', 'KR'),
];
const String translationsPath = 'assets/i18n';