I’ve got a plugin that puts post statuses into post type admin menus. I’m in the middle of internationalizing it, and I’m wondering how to handle this situation. The...
So far I’ve been handling some translations in WordPress and tried to read the official gettext documentation but won’t get the point of one maybe simple thing: What’s the...
Today I work through a theme to get a better understanding of WordPress and templating. I discovered this: <?php printf( __('Designed by %s', 'Anyword'), '<a href="http://www.example.com">Blub</a>' ); ?> I...
in my theme I want to define a series of custom post types and custom taxonomies, each one having its own customized slug; the base language of my theme...
I’ve seen different ways of doing making a text with a hyperlink translatable. However, I have been unable to find a single best practice. So, here are some of...
What is the best way create a plugin that is translation ready? It doesn’t have to be translated from the beginning but it has to be easily translatable so...
I’m translating a wordpress site and need more clarity around these terms. Can anyone please lend a hand with some definitions and differences between .po .mo and .pot files...
en_US or en-US, which one should you use?
I want to translate this plugin. The plugin has already been translated into other languages and it has .pot files for adding new languages (as far as I understood...
I’ve spent hours today on what seemed like something really simple, which is to create a .pot file for a WordPress theme that I’m creating. I’ve read the Smashing...