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