day4code / magento-2-norwegian-language-pack
Norwegian language package for Magento 2
This package is auto-updated.
Last update: 2024-11-05 09:27:18 UTC
README
Norwegian Language Pack for Magento 2 updated monthly
Last updated: 3 April 2019
How to Install Norwegian Language Pack
Here are 2 methods to install this language pack.
1. Composer method
Install the Norwegian language pack via composer is never easier.
Install Norwegian pack:
composer require day4code/magento-2-norwegian-language-pack:dev-master
php bin/magento cache:clean
php bin/magento setup:static-content:deploy nn_NO
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
Update Norwegian pack:
composer update day4code/magento-2-norwegian-language-pack:dev-master
php bin/magento cache:clean
php bin/magento setup:static-content:deploy nn_NO
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
2. Download and install manually
To download and install Norwegian pack manually, you have to access to your server via FTP or SFTP.
Step 1: Download the package
Step 1: Unzip and upload
Unzip the compressed file and upload file master.zip
into app/i18n/day4code/nn_NO/nn_NO.csv
Step 2: Flush cache
Follow this guide to Flush Cache on your Magento 2 store
How to active language pack
Now time to active the language pack for your Magento 2 store. From Magento 2 admin panel, navigate to Stores > Configuration > General > Locale Options
Want to help out:
https://crowdin.com/project/magento-2/no#
NOTE: Builds and updates will be done on a monthly basis until translation is complete.
Versions
28.02.18 Removed dependency on magento/framework, to support both Magento v2.1 and v2.2