cancel
Showing results for 
Search instead for 
Did you mean: 

translation theme not visible

translation theme not visible

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.

4 REPLIES 4

Re: translation theme not visible

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

Re: translation theme not visible

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

 

If you find my answer useful, Please click Kudos & Accept as Solution.

Re: translation theme not visible

It should be the csv in the i18n folder right? You mean adding "  at the end and start of the sentences in translation csv?

Re: translation theme not visible

@emile_rdam

 

Yes, add the content as I shown at  the end of csv file.

If you find my answer useful, Please click Kudos & Accept as Solution.