Skip to content

Commit

Permalink
New translations and composer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junioradwise committed Jun 1, 2016
1 parent fc69795 commit 8c7e7ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adwise/language-nl_nl",
"description": "Adwise Dutch Language Pack",
"version": "1.0.5",
"version": "1.1.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Dutch Magento 2 translations for Magento 2 (CE), translated, optimized and maintained by Adwise - Your Digital Brain.

### Version
1.0.5
1.1.1

### Configure Magento backend
* Activate language (backend): Account > Settings > Account information > Interface Locale
Expand All @@ -13,20 +13,20 @@ Dutch Magento 2 translations for Magento 2 (CE), translated, optimized and maint
* Clone repository to ``app/i18n/adwise/nl_nl/``
* Upgrade Magento installation ``$ php bin/magento setup:upgrade``
* Clear Magento cache``$ php bin/magento cache:clean``
* Deploy Static Content ``$ php bin/magento setup:static-content:deploy nl_nl``
* Deploy Static Content ``$ php bin/magento setup:static-content:deploy nl_NL``

### Installation (Composer)
* Require via Composer CLI ``$ composer require adwise/language-nl_nl``
* Require via Composer CLI ``$ composer require adwise/language-nl_NL``
* Upgrade Magento installation ``$ php bin/magento setup:upgrade``
* Clear Magento cache``$ php bin/magento cache:clean``
* Deploy Static Content ``$ php bin/magento setup:static-content:deploy nl_nl``
* Deploy Static Content ``$ php bin/magento setup:static-content:deploy nl_NL``

### Roadmap
* Translate missing content
* Translate missing content (50% left)
* Optimize translations (in context for better experience)

### Bugs
There are still missing some translations, due to a bug in the i18n:collect-prhases method. More information about this bug can be found on: https://github.com/magento/magento2/issues/2630
There are still missing some translations, due to a bug in the i18n:collect-prhases method. More information about this bug can be found on: https://github.com/magento/magento2/issues/2630. This issue will be fixed in Magento CE 2.1.0 but is already fixed in develop branch.

Please report all bugs/optimizations in Github!

Expand Down

0 comments on commit 8c7e7ac

Please sign in to comment.