I would like to perform a single word replacement for one of my plugins. From #: subscribe-and-connect-template.php:210 msgid "Subscribe" msgstr "Subscribe" To #: subscribe-and-connect-template.php:210 msgid "Subscribe" msgstr "" I...
I am working with the qTranslate plugin to create a multi-lingual website. The plugin does a great job of translation except for on the next_posts_link & previous_posts_link template tags....
I can’t get my translations to work in my theme. Here is what I have In functions.php, I have: load_theme_textdomain( 'transparent', get_template_directory_uri() .'/languages' ); I have …/theme/languages/transparent-en_US.po, which contains:...
I have an RTL theme for WordPress. When I want to have a post in which some digits should intentionally be in English, the theme tends to convert all...
How can allow arabic letters when register new account ? i don’t need to lose any security. If any of us, Arabs, want to register in any wordpress blogs...
The site language is defined as Hebrew. So I get translated error messages. It’s a terrible thing. It is difficult to understand, it is difficult to search on Google,...
I have one page witch has a different language then the rest of the site. I looked in to many plugins but I can’t find a way to chance...
My wordpress admin is in french. and my theme is in arabic. i have two files mo : arabic and french. i used this : add_filter( 'locale', 'change_locale' );...
TL;DR: I’m looking for a way to translate only the content of a specific post in another language, not everything around said post (such as the ‘meta’ and the...
What is the difference between the Package Language and the Site Language? If I run: wp core language list I get: en_AU | English (Australia) | English (Australia) |...