honl/magento2-nl-nl 1.0.0

H&O Magento 2 Dutch Translations / Nederlands Vertalingen

Type

magento2-language

License

BSD-2-Clause

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

H&O Magento 2 Nederlandse vertalingen / Dutch Translations

Install:

composer require honl/magento2-nl-nl

Contributing

Go to https://crowdin.com/project/magento-2/nl#/Head and translate files.

Development install:

composer require honl/magento2-nl-nl "dev-master"

Import translations:

curl http://107.170.242.99/build.php
cd vendor/honl/magento2-nl-nl
wget -O nl_NL.csv http://107.170.242.99/var/Head/source_nl_NL.csv
git commit -am"Imported translations from crowdin"
git push

How are translations files loaded

In the file Magento\Framework\App\Language\Dictionary::readPackCsv all ``*.csv` files are loaded, no specific filename required.