I just purchase the french pack from the marketplace and I have asked the seller my question but they are not responding. So I am trying to see if anyone can help me.
I downloaded the files and this is all I have (composer, Registration, Language and fr_FR.csv).
Please see print screen https://prnt.sc/sulhs1
Can anyone tell me where do I put these files? Is it in app/code/?
or I have seen people that created in their themes folder "i18N" and put the excel files in there.
Any help would be great.
I understand how to add a storeview and setup in the magento admin. Just not sure where to put the files that I purchased.
Hi @chichitsai0517
You add your language pack file withing below path:
Path: app/design/frontend/<Vendorname>/<themename>/i18n/<language_pack>.csv example: app/design/frontend/<Vendorname>/<themename>/i18n/en_US.csv
After put file , please run following command:
bin/magento setup:static-content:deploy
Reference url:
https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/translate_practice.html
If issue resolve, please click on 'Kudos' & Accept as Solution!