Enabled Dutch translations

This commit is contained in:
Chris Kankiewicz
2020-05-06 09:42:55 -07:00
parent 47633763ee
commit 63e58059b4

View File

@@ -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 */