mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user