mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +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:
parent
e745cb5e4b
commit
e527685ebf
4 changed files with 160 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue