Skip to content

Commit

Permalink
Magento 2 NL Language Pack RC-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlefers committed Mar 16, 2016
0 parents commit daf37e2
Show file tree
Hide file tree
Showing 5 changed files with 7,856 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "adwise/language-nl_nl",
"description": "Adwise Dutch Language Pack",
"version": "100.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"magento/framework": "100.0.*"
},
"type": "magento2-language",
"autoload": {
"files": [
"registration.php"
]
}
}
6 changes: 6 additions & 0 deletions language.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<language xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/Language/package.xsd">
<code>nl_NL</code>
<vendor>adwise</vendor>
<package>nl_NL</package>
</language>
Loading

0 comments on commit daf37e2

Please sign in to comment.