cancel
Showing results for 
Search instead for 
Did you mean: 

Русcификация Magento 2

Русcификация Magento 2

Добрый день! Помогите русcифицировать. Пакет от ETWS установил с помощью Composer. А что дальше делать? В расширениях он не появился. В админке отдельного поля по смене языка нет. Я правильно понял, что нужно поменять локализацию для сайта?

36 REPLIES 36

Re: Русcификация Magento 2

В Magento 2 язык для панели администрирования выбирается для каждого пользователя отдельно. Смотрите в редактировании вашего аккаунта.

 

В пользовательской части язык выбирается там же, где и в первой мадженто

Stores -> Configuration -> General -> Locale Options


ET Web Solutions
extensions, custom work, support

Re: Русcификация Magento 2

Подскажите как русифицировать Magento 2 с чего начать и где почитать?

 

Re: Русcификация Magento 2


@aleksandr7020 wrote:

Подскажите как русифицировать Magento 2 с чего начать и где почитать?

 


https://bitbucket.org/etws/m2_russianlanguagepack


ET Web Solutions
extensions, custom work, support

Re: Русcификация Magento 2

я не знаю как это сделать ? с помощью чего 

Запустите следующую команду в корневой папке Magento 2

composer require etws/magento-language-ru_ru:*

Re: Русcификация Magento 2

Подключаетесь к серверу по ssh, с помощью любого ssh клиента. А дальше по тексту.


ET Web Solutions
extensions, custom work, support

Re: Русcификация Magento 2

Приветствую, друзья!

Использую новую установку Magento 2.1, при установке русского языка composer получаю такую ошибку:

 

Spoiler
composer require etws/magento-language-ru_ru:*
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: don't install etws/magento-language-ru_ru 0.0.4
- Conclusion: don't install etws/magento-language-ru_ru 0.0.3
- Conclusion: don't install etws/magento-language-ru_ru 0.0.1|remove magento/framework 100.1.0
- Conclusion: don't install etws/magento-language-ru_ru 0.0.1|don't install magento/framework 100.1.0
- Installation request for etws/magento-language-ru_ru * -> satisfiable by etws/magento-language-ru_ru[0.0.1, 0.0.3, 0.0.4].
- etws/magento-language-ru_ru 0.0.1 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9].
- Can only install one of: magento/framework[100.1.0, 100.0.2].
- Can only install one of: magento/framework[100.1.0, 100.0.3].
- Can only install one of: magento/framework[100.1.0, 100.0.4].
- Can only install one of: magento/framework[100.1.0, 100.0.5].
- Can only install one of: magento/framework[100.1.0, 100.0.6].
- Can only install one of: magento/framework[100.1.0, 100.0.7].
- Can only install one of: magento/framework[100.1.0, 100.0.8].
- Can only install one of: magento/framework[100.1.0, 100.0.9].
- Installation request for magento/framework (locked at 100.1.0) -> satisfiable by magento/framework[100.1.0].


Installation failed, reverting ./composer.json to its original content.

Подскажите, куда копать?

 

Re: Русcификация Magento 2

Исправлен composer.json - Изменение необходимой версии Magento Framework

Должно устанавливаться из мастер ветки


ET Web Solutions
extensions, custom work, support

Re: Русcификация Magento 2

niro, я прочитал файл readme, но так до конца и не понял. Какие файлы закачивать на сервер? Всю папку etws-m2_russianlanguagepack закачивать в основную директорию?

 

А потом через SSH вводим команды 

 

bin/magento cache:clean
rm -rf var/view_preprocessed/ pub/static/
composer require etws/magento-language-ru_ru:*

или

 

composer require etws/magento-language-ru_ru:dev-develop

так?

 

Re: Русcификация Magento 2

По установке ничего закачивать не нужно, только в командной строке, находясь в директории каталога сайта (Magento 2) ввести команду: 

sudo composer require etws/magento-language-ru_ru:* 

 Но у меня не установилось. Выдало:

Running composer as root/super user is highly discouraged as packages, plugins and scripts ca nnot always be trusted
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: don't install etws/magento-language-ru_ru 0.0.4
- Conclusion: don't install etws/magento-language-ru_ru 0.0.3
- Conclusion: don't install etws/magento-language-ru_ru 0.0.1|remove magento/framework 10 0.1.0
- Conclusion: don't install etws/magento-language-ru_ru 0.0.1|don't install magento/frame work 100.1.0
- Installation request for etws/magento-language-ru_ru * -> satisfiable by etws/magento-l anguage-ru_ru[0.0.1, 0.0.3, 0.0.4].
- etws/magento-language-ru_ru 0.0.1 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9].
- Can only install one of: magento/framework[100.1.0, 100.0.2].
- Can only install one of: magento/framework[100.1.0, 100.0.3].
- Can only install one of: magento/framework[100.1.0, 100.0.4].
- Can only install one of: magento/framework[100.1.0, 100.0.5].
- Can only install one of: magento/framework[100.1.0, 100.0.6].
- Can only install one of: magento/framework[100.1.0, 100.0.7].
- Can only install one of: magento/framework[100.1.0, 100.0.8].
- Can only install one of: magento/framework[100.1.0, 100.0.9].
- Installation request for magento/framework (locked at 100.1.0) -> satisfiable by magent o/framework[100.1.0].


Installation failed, reverting ./composer.json to its original content.