mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-24 22:46:08 +02:00
Enabled Korean translation
This commit is contained in:
@@ -13,7 +13,7 @@ class TranslationFactory
|
||||
{
|
||||
/** @const Available translation languages */
|
||||
protected const LANGUAGES = [
|
||||
'de', 'en', 'es', 'fr', 'id', 'it', 'pl', 'ro', 'ru', 'zh-CN', 'zh-TW'
|
||||
'de', 'en', 'es', 'fr', 'id', 'it', 'kr', 'pl', 'ro', 'ru', 'zh-CN', 'zh-TW'
|
||||
];
|
||||
|
||||
/** @var Container The applicaiton container */
|
||||
|
Reference in New Issue
Block a user