Hello, im trying to translate some issues in my magento 2 store, but it not working.
But when i refresh the page, if returns to the previous word "Checkout as a new customer"
Solved! Go to Solution.
I noticed this was some cache bugged, because when i restarted the machine it works perfectly @Sunil Patel said, but clearing my CPU cache or Magento Cache doesnt not works. The reason i really duno, but when i rebooted the VM for another test, all the texts got translated
Hello @eCom_Microware
i am not able to see your screenshot.
Are you flushing cache after inline cache?
have you did static content deploy with your language
php bin/magento setup:static-content:deploy en_US
replace en_US with your code.
Hope it will help you.
.
Yes i am clearing cache after the process.
I am using developper mode, no deploy needed i think, or am i wrong?
you are right
Are you getting any js error?
are you using varnish?
Im getting no js error
Atm i am using Bult in-Cache, i really dunno which one is better, Varnish or Bult-in
Hello @eCom_Microware
Can you check your entry saving into core_transalte table?
Where i can check it?
I Noticed that in some places the translate inline works perfectly, but in some doesnt not.
Hi @eCom_Microware ,
Please make sure that, translation words are written using translation function, instead on static direct text in phtml files.
<?php echo __('Any Text'); ?>