- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016
01:40 AM
04-20-2016
01:40 AM
Admin Panel not take translation
Regards.
Magento Version 2.0.4
I've done all steps to create a language pack.
1. I downloaded the package in Spanish (CSV file).
2. Created the directories app / i18n / mypack / es_es
3. Created the composer.json, registration.php and language.xml files.
4. I have created a link between the directory i18n / mypack / en_us / es_ES.csv and vendor/ magento / language-es_es/es_ES.csv
5. I have run the required commands:
I've done all steps to create a language pack.
1. I downloaded the package in Spanish (CSV file).
2. Created the directories app / i18n / mypack / es_es
3. Created the composer.json, registration.php and language.xml files.
4. I have created a link between the directory i18n / mypack / en_us / es_ES.csv and vendor/ magento / language-es_es/es_ES.csv
5. I have run the required commands:
find . -name js-translation.json -exec rm -rf {} \;
php bin/magento setup:static-content:deploy
php bin/magento setup:static-content:deploy es_ES
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:static-content:deploy
php bin/magento setup:static-content:deploy es_ES
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
Frontend translation work ok, but admin panel not take translation.
What I can do to translate the administration panel?
Am I doing something wrong?
Am I doing something wrong?
P.D.: The file es_ES.csv contains the phrases of module Magento backend (of course).
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016
04:54 AM
04-20-2016
04:54 AM
Re: Admin Panel not take translation
How to switch the backend's locale: https://mage2.pro/t/184
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016
07:07 AM
04-20-2016
07:07 AM
Re: Admin Panel not take translation
Thank you very much. It works.