Hi! I have noticed, that your plugins used 80% standart WordPress gettext strings, but you are having your own text domain for plugin. It's better to use labels without textdomain option, for example __( 'Enter title here' ); will be automaticly translated in all supported WP langs by core. In that way you can make your plugins automaticly 80% tottaly internationalized. Think about that.
Thank you very much for your contribution! Yes, I'm aware of the same text in WP core, but the WP.org guideline forces plugin authors like us to use our custom text domain. I will talk with them to see if we can utilize the core translation.
While it's a good idea and technically works, but when WordPress changes its text, all the translation are lost in our plugin. We need to update the plugin to catch up the changes in WordPress, which is a huge work.
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘Translations suggestion’ is closed to new replies.