- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2018
07:49 AM
02-08-2018
07:49 AM
Install german language
Hello,
I´m not able to display my store in german.
I followed this instruction:
https://github.com/splendidinternet/Magento2_German_LocalePack_de_DE
I copy all files to /app/i18n/splendid/de_DE/
running this commands:
rm /www/pub/static/frontend/bigone/bigone4/de_DE/js-translation.json
php bin/magento setup:static-content:deploy de_DE
php bin/magento setup:upgrade
rm -rf var/di
php bin/magento setup:di:compile
without errors ... but frontend is still in english.
I set in the admin panel:
General/Country Options/Default Country: Germany
General/Locale Options/Locale: German (Germany)
Is there something wrong or did I miss a setting?
Thank you!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2018
07:51 AM
02-08-2018
07:51 AM
Re: Install german language
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2018
09:59 PM
02-09-2018
09:59 PM
Re: Install german language
Check below my suggest commands
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy de_DE en_US
if issue solved,Click "Kudos" or "Accept as Solution"