Renamed Dutch language code.

ldap
Cédric Bonhomme 2019-04-24 11:04:12 +02:00
parent 3fe0b049d8
commit 8145d61bc7
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 2 additions and 2 deletions

2
vagrant/Vagrantfile vendored
View File

@ -53,7 +53,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
#
# # Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - 1"]
end
#
# View the documentation for the provider you're using for more

View File

@ -218,7 +218,7 @@ return array(
),
]
*/
'activeLanguages' => array('fr','en','de','ne',),
'activeLanguages' => array('fr','en','de','nl',),
'appVersion' => \$package_json['version'],