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!
Check below my suggest commands
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy de_DE en_US