Renamed Dutch language code.
parent
3fe0b049d8
commit
8145d61bc7
|
@ -53,7 +53,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
#
|
#
|
||||||
# # Use VBoxManage to customize the VM. For example to change memory:
|
# # Use VBoxManage to customize the VM. For example to change memory:
|
||||||
vb.customize ["modifyvm", :id, "--memory", "1024"]
|
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
|
end
|
||||||
#
|
#
|
||||||
# View the documentation for the provider you're using for more
|
# View the documentation for the provider you're using for more
|
||||||
|
|
|
@ -218,7 +218,7 @@ return array(
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
*/
|
*/
|
||||||
'activeLanguages' => array('fr','en','de','ne',),
|
'activeLanguages' => array('fr','en','de','nl',),
|
||||||
|
|
||||||
'appVersion' => \$package_json['version'],
|
'appVersion' => \$package_json['version'],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue