1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00
This commit is contained in:
Awilum
2013-11-21 22:04:54 +02:00
parent c396744e64
commit 2548103a77
2 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
$dir_array = array('public', 'storage', 'backups', 'tmp');
// Languages array
$languages_array = array('en', 'fr', 'de', 'it', 'es', 'lt', 'pl', 'pt-br', 'ru', 'uk', 'hu', 'fa' , 'sk', 'sr-yu');
$languages_array = array('en', 'fr', 'de', 'it', 'es', 'lt', 'pl', 'pt-br', 'ru', 'uk', 'hu', 'fa' , 'sk', 'nl', 'sr-yu');
// Select Monstra language
if (Request::get('language')) {