Thanks man! I used your vid to translate a plugin and it works. Side note: I did get a fatal error while creating a .pot file due to memory shortage. I fixed that by increasing the PHP_MEMORY in the php.ini file from WP_CLI. It could be helpful for other programmers. Thanks again!
Thank you , I have created my own plugin , but I want Adding languages and Internationalization for my javascript file ? Do you have any ideas for me?
You can either create a backend in ajax that allows you to setup the localization with WordPress. or you can simply setup an array with your languages and get the lang of the browser
Any questions you have just leave a comment, I will be pleased to listen and help all of you!
Thanks for the tutorial
Our pleasure
@@Pricoders Did my first translation watching the tutorial. Thank you!
Great tutorial, well done!
You could try to keep a faster pace - it would help I think.
I am doing my best, I hope the upcoming times I can really add a good pace. Thanks for the comment!
You can control the speed of delivery under settings for any UA-cam video. I suggest you try it. 🙂
thanks!!
how can you translate JS file that have hardcoded values in it? for example line 51 (lets pretend you cant use php tag)
You can look on Google "JS unobfuscation"
For some reason I totally misunderstood the question, the way to do this is either setup the value by php or by i18n.js file
Thanks man! I used your vid to translate a plugin and it works. Side note: I did get a fatal error while creating a .pot file due to memory shortage. I fixed that by increasing the PHP_MEMORY in the php.ini file from WP_CLI. It could be helpful for other programmers. Thanks again!
It is my pleasure, the idea is that everybody learn something, thanks for the comment!
With this way can I translate the data from the database out?
no, this is a cached laguange translation
@@Pricoders Is there a way to translate language data stored in phpmyadmin?
Thank you , I have created my own plugin , but I want Adding languages and Internationalization for my javascript file ? Do you have any ideas for me?
You can either create a backend in ajax that allows you to setup the localization with WordPress. or you can simply setup an array with your languages and get the lang of the browser
@@Pricoders thanks you
Our pleasure