There is a Turkish language in this environment.i choose turkish.but it doesn't work?
How can I return to Turkish? How do I translate Magenta into Turkish
thanks in advance.
Solved! Go to Solution.
How do I translate Magenta into Turkish?
Thank you for your interest. I looked at the connection you provided.there says "Copy all files to /app/i18n/hidonet/tr_TR/ directory"
but i couldn't find them in magento files ? /app/i18n/hidonet/tr_TR/ I dont have ???
That is for manual installation , yes i18n directory you need to create in your app directory !
in your magento 2 root directory - i18n directory you need to create and then put all the files into the same !
But i would suggest you to install using command line tool - below are the commands which you needs to be run :
composer require mageplaza/magento-2-turkish-language-pack:dev-master php bin/magento setup:static-content:deploy tr_TR php bin/magento cache:flush
So run above command in sequence and it will install language pack into your magento 2 setup then configured it for the same
Hope it helps
thank you very much.problem solved.
If my answer is helpful to you - please accept as solution so other user gets helped !
Happy to help and keep helping