Skip to content

Commit ff2362a

Browse files
author
Jeroen
authored
Initial commit
1 parent dbc6623 commit ff2362a

File tree

5 files changed

+12889
-2
lines changed

5 files changed

+12889
-2
lines changed

README.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# magento2-nb_NO
2-
H&O Magento 2 Norsk Bokmål Translations
1+
# H&O Magento 2 Norsk Bokmål Translations
2+
3+
## Installation through composer
4+
```BASH
5+
composer require honl/magento2-nb-no dev-master
6+
```
7+
8+
## Contributing
9+
Go to <a href="https://crowdin.com/project/magento-2/no#Head">CrowdIn</a> and translate files.
10+
11+
## Import translations:
12+
```BASH
13+
curl http://107.170.242.99/build.php
14+
cd vendor/honl/magento2-nb-no
15+
wget -O crowdin.csv http://107.170.242.99/var/Head/source_no_NO.csv
16+
git commit -am"Imported translations from crowdin"
17+
git push
18+
```
19+
20+
## How are translations files loaded
21+
In the file `Magento\Framework\App\Language\Dictionary::readPackCsv` all ``*.csv` files are loaded, no specific filename
22+
required.
23+
24+
## Credits
25+
This extension was developed by H&O with a lot of help from the Magento Community on CrowdIn. www.h-o.nl

composer.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "honl/magento2-nb-no",
3+
"description": "H&O Magento 2 Norsk Bokmål Translations",
4+
"homepage": "https://github.com/ho-nl/magento2-nb_NO",
5+
"authors": [
6+
{
7+
"name": "Jeroen van Leusden - H&O",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"require": {
12+
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
13+
},
14+
"type": "magento2-language",
15+
"license": "BSD-2-Clause",
16+
"autoload": {
17+
"files": [
18+
"registration.php"
19+
]
20+
}
21+
}

0 commit comments

Comments
 (0)