I made a CSV. Name: 'nl_NL.csv'
Content: "You added %1 to your shopping cart.,U heeft %1 aan uw winkelwagen toegevoegd."
That as what I want to Translate in Dutch as it is not in the standard language package.
I have put this 'nl_NL.csv' in /public_html/app/design/frontend/developer/mytheme/i18n/nl_NL.csv'
I ran
- php bin/magento setup:static-content:deploy nl_NL -f
- php bin/magento cache:clean
- php bin/magento cache:flush
Still in English.... Rest of the site is Dutch, that is also the setting in backend.
Please advise if you know what I'm doing wrong.
Hello @emile_rdam
please run these commands
- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:flush
----------------------------------------------------------------
If issue solved, Click Kudos & Accept as Solution
Hello @emile_rdam
Add the content as given below.
"You added %1 to your shopping cart.","U heeft %1 aan uw winkelwagen toegevoegd.",theme,frontend/developer/mytheme
It should be the csv in the i18n folder right? You mean adding " at the end and start of the sentences in translation csv?
Yes, add the content as I shown at the end of csv file.