0

I am learning about translation. I have done below steps to translate one field in product detail page but it did not work. I am not sure about I am going right way

step1: copy the i18n folder from Magento_Catalog then paste into my custom theme <magento-root>/app/design/frontend/Chennaibox/Theme/

step2: Rename CSV file into fr_FR.csv. In that CSV I have changed second column QTY field into number of materials

step3: change language in admin side to french(france) (Store->Configuration->General->loacle option->local)

step4: clear cache,static files then refresh front-end but still QTY only displayed.

What did I wrong here?

note: locale(fr_FR)is also generated in pub/static.But I don't know why its not get reflect.

4
  • Can you please tell me which theme is used in frontend side ? Commented Apr 12, 2016 at 7:25
  • I used my custom theme which extends to Luma Commented Apr 12, 2016 at 7:36
  • 1
    I have apply all the above steps, locale change work for me. Commented Apr 12, 2016 at 9:09
  • thanks @patel for your great effort to solve this, once again I will do and come back to you Commented Apr 12, 2016 at 9:25

1 Answer 1

0

You may try and execute the following command:

php bin/magento setup:static-content:deploy fr_FR 

This will update the contents and make them ready.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.