paalsoberg/magento-2-norwegian-language-pack

Magento 2 的挪威语语言包

dev-master 2018-02-25 22:35 UTC

This package is not auto-updated.

Last update: 2024-09-29 03:25:54 UTC


README

基于 https://crowdin.com/project/magento-2/no 的 Magento 2 挪威语语言包

安装挪威语包:

composer require paalsoberg/magento-2-norwegian-language-pack:dev-master
php bin/magento cache:clean
php bin/magento setup:static-content:deploy nb_NO
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush

更新挪威语包:

composer update paalsoberg/magento-2-norwegian-language-pack:dev-master
php bin/magento cache:clean
php bin/magento setup:static-content:deploy nb_NO
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush