The translation tag has no wiki summary.
3
votes
2answers
1k views
Open Source replacement for WPML?
Since WPML is not free anymore and still one of the most used Wordpress Translation Plugins, is there an open source project that keeps development going? Or something similar that replaces it?
I ...
3
votes
1answer
163 views
what's different between _x() and _()
What's different between _x() and _(). For example: if a1 can translate as:
a1 has meaning x1;
a1 has meaning x2;
How _x() function to get value x1 or x2?
1
vote
1answer
47 views
The effect of x() family of functions
So I know that _x() and it's wrappers allow a developer to specify the context of a translated string. I'm pretty clear on "how" to use this function as well as "why" it should be used. I am wondering ...
2
votes
1answer
1k views
[Plugin WPML] : How to create a translation of a post using the WPML API?
I'm trying to figure out how to create a translation for a post using the internal WPML API (inc/wpml-api.php)
I simply want to create a translation for post ID xx, set some content and publish it.
...
1
vote
1answer
118 views
Where do I find (free) fully-internationalized themes?
I'm trying to find a theme which is fully internationalized. I've perused the list of translation-ready themes in the theme gallery, but each one seems to be missing some little detail here and there.
...
0
votes
4answers
2k views
How to translate month names in “Archives”
How can I modify month names in "Archives" in my blog? I would like to translate english month names into my mother tongue. I'm using the english version of wordpress 3.1.3
0
votes
2answers
455 views
Wordpress translator plugin: Google Webmaster's Tools shows hundreds of 404 not found errors. How to clean the mess?
I had Global Translator Wordpress plugin. It littered Google Search index with thousands of translated urls. Couple of months ago I removed the plugin and also the cached pages on the server.
But ...
1
vote
3answers
420 views
Suggestions for i18n plugin
Could you please suggest me good plugins (that you have used) for translating a WordPress website? It should be wonderful if you can add as well a pros and cons list with your suggestion. Thanks in ...
3
votes
2answers
215 views
How to prevent text modified using gettext filter being stomped (presumably) by updateText() js function within a CPT's edit screen
First a teeny bit of background... I have a custom post type where I'd like to use custom post statuses. Since custom post statuses (stati/status/whatever), have not been fully implemented within the ...
0
votes
3answers
91 views
Should we localize custom-made themes / plugins?
Does anyone know how much do the localization functions from WordPress affect the speed of a website?
Do you think it's worth replacing all strings with gettext inside a theme, even if it will only ...
2
votes
1answer
522 views
Plugin Localization
i've just built my first plugin for wp, and even if it's not a great "code poetry" ;) it works as it should.
It's a plugin that transform the default wp gallery using the GalleryView 3.0 jquery plugin ...
10
votes
2answers
772 views
pass object/JSON to wp_localize_script
I've got a working piece of javascript that contains an object literal.
But I need to localize it, and I'm ytrying to figure out how to rewrite it so that I can get wp_localize_script() to accet it, ...
2
votes
1answer
2k views
Best way to filter featured image text for a custom post type?
I am trying to change the "Set featured image", "Remove featured image", and "Use as featured image" text links of a custom post type for my plugin Meteor Slides.
I found the ...