The translation tag has no wiki summary.
0
votes
0answers
13 views
replace plugin .po without modifying plugin core? [duplicate]
Possible Duplicate:
Using customised language file for Event Organiser plugin?
I'm using a wp plugin that includes an english .po file containing all the UI text strings. I'm not ...
1
vote
2answers
36 views
Internationalization and functions that use it
I'm building a new design into WP and so technically it is a theme, however it is only a design for one site and won't be a theme anyone can use and hence I don't want to bother with ...
1
vote
1answer
126 views
How do translated, escaped strings (esc_attr) in Themes work?
I was looking at the TwentyEleven code and found this:
esc_attr__( 'Permalink to %s', 'twentyeleven' )
This is come code that came out of the title tag for a post; the full code within the title ...
0
votes
1answer
306 views
Internationalize / translate custom post types & taxonomies
I've created custom post type and taxonomy via generator, but not quite sure how to make it translatable. Google doesn't help in this. I have no idea where to put text-domain here and things what I've ...
3
votes
3answers
810 views
Titles in my sidebar widget appear in all languages - with qtranslate
So here's my code, using the qTranslate plugin:
query_posts(array('post_type' => 'uk_blog', 'numberposts' => 2));
$i = 0; while(have_posts()): the_post($post);?>
<div ...
-1
votes
2answers
148 views
How to make other language version of WP site [closed]
I've seen various automatic translate plugins for Wordpress site, Google also provides good translate mechanism for any page of your site, but what I need is my site (non-English, 13 static pages) - ...
0
votes
1answer
145 views
Transposh Japanese language transaltion not showing up
If you go to http://bit.ly/QdBvJ9 (link obscured so this isnt the first thing to show up when the new site is searched for) and click on japanese in the top left corner, it shows the japanese page ...
5
votes
1answer
129 views
Gettext details
I've got a few gettext() questions that are not covered anywhere in WordPress Codex but I think they are important.
__('string') in THEME should be used for strings that are likely to be present ...
2
votes
2answers
111 views
List of Default Translated Phrases
With <?php _e('Save Changes') ?>, I know the phrase, "Save Changes" can be translated automatically if the user's locale is set to a different language. I'd like to know if there is a list of ...
1
vote
0answers
38 views
Inconsistent translation on a WP site
I have a WP site that I installed with the French translation, as provided by Wordpress France, and which is quite accurate. I wanted to apply an English-only theme, which is not using the PO files, ...
0
votes
1answer
162 views
I'm looking for a visual composer / builder plugin that supports RTL
i'm looking for a plugin that enables building pages in a visual drag & rop interface, these plugins are getting better and gaining popularity - there's several plugins in this category such as ...
3
votes
1answer
113 views
What is the purpose of an extra file for translation?
What code is required to put in functions.php in order to make the theme translation ready?
The TwentyEleven theme has only following line:
load_theme_textdomain( 'twentyeleven', ...
4
votes
1answer
90 views
Obtain a list of available translations
In answering this question: Change language by clicking a button. It was necessary to obtain a list of languages for which translations were available (i.e. their po/mo files were present in ...
4
votes
4answers
1k views
How to translate a plugin via .po .mo?
I want to translate this plugin. This plugin already has translations to some languages, and it has .pot file for adding new languages (as far as I understood from description). Although I never had ...
0
votes
1answer
297 views
WPML - how to translate user profile fields with icl_t()?
Existing code somewhere in a template or shortcode handler, display user profile biography:
<?php if ( $user ) : $bio = get_the_author_meta( 'description', $user->ID ); ?>
<div ...
0
votes
1answer
119 views
WordPress For Urdu Language
Can I use WordPress for Urdu Language?
I want entire site to be toggled-translated in Urdu Language with one click...
Is it possible to do it with some plugin or do i have to write manual codes for ...
0
votes
1answer
294 views
Wordpress Multilingual Theme using Multisite
I have a site that needs to be billingual, English and French. I've created two sites in WPMU, and set the language settings of the second to fr_FR. Under the directory:
/wp-content/languages/
I ...
0
votes
1answer
347 views
My custom fields aren't getting translated [closed]
I've been using a class to build custom fields in my WP themes, it basically allows me to create custom text, radio, dropdown fields, etc and it's working fine. However I created a text custom field ...
0
votes
1answer
88 views
How to translate “$before” with get text in get_the_term_list?
How can I make $before (Books:) a translateable string
<?php echo get_the_term_list( $post->ID, 'book', 'Books: ',', ', ' ', '' ); ?>
with this method?:
<?php the_content(__('Read ...
3
votes
1answer
477 views
Setting WPLANG from a plugin
For a single site wordpress, the language must be set from wp-config.php's WPLANG, but is it possible to set from my plugin which override the default value?
3
votes
1answer
345 views
How to save a translation of a plugin in “CodeStyling Localization”?
Hi I was translating one of my plugins in "CodeStyling Localization". when I update my plugin my translation erased. Is there anyway to find it ? And How can I backup my translation (I don't want to ...
0
votes
1answer
100 views
how to translate countries output from wp database?
i have a list of countries in french stored in my database (wp_country). i use the code above to retrieve all the countries witth this ecohing echo '"' . $country['name_country'] . '",'; it outputs ...
0
votes
1answer
412 views
Translated my theme (translation not showing up)
I read a lot about what is the optimal to translate your website (french and english in my case)
I set up a Multi site where I created two site one french mywebsite.com/fr and one in english ...
0
votes
1answer
319 views
Redirecting home to /wp-login.php?action=register
As I'm currently using WordPress only as a registration platform for GlotPress I was wondering if it would be possible to somehow redirect users visiting http://translate.mydomain.tld/account/ to ...
3
votes
2answers
166 views
How to concatenate inside the _e() function the right way?
I'm trying to create a function for the title inside my functions.php, I'm having a problem with the search title part where I have to concatenate here's the part with issues:
elseif (is_search()) {
...
0
votes
1answer
102 views
Why set a second parameter in the translate function?
The second parameter in the translate function is optional, but I always see people use it and some don't.
So I want to know if I should use it or not and if yes, how I will use it later.
I asking ...
5
votes
1answer
570 views
How to provide translations for a WordPress TinyMCE plugin?
I know that I can get my translations into JavaScript doing:
$MyTranslations = array(
'translation1' => __("Some String 1", "MyTranslations"),
'translation2' => __("Some ...
0
votes
1answer
128 views
How to install a translation for a WP plugin?
So I installed this plugin http://wordpress.org/extend/plugins/wp-email/
I need a Spanish translation. There is a link that takes you to a list of translation files: ...
0
votes
1answer
2k views
qTranslate 2.5.28 and WordPress 3.3.1 issues
Anybody knows how to solve the issues in qTranslate 2.5.28 with WordPress 3.3.1?
http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3045
...
0
votes
1answer
303 views
WPML Translated Term
Since I posted on their forum and I didn't got any answer, here I am, asking the same question again. So:
I made a script that add the posibility to add an image and change the order for the terms of ...
0
votes
3answers
553 views
Internationalize plugin so strings can be translated in WPML
A third party developer made a text widget with title, body and thumbnail. This accompany widget plugin has not been internationalized and therefore the strings do not appear in WPML's string ...
0
votes
1answer
204 views
Problem with Language translation
I working with a theme that supports langauge settings. I've changed the setting in WP-Config to:
define('WPLANG', 'es_ES');
The theme I'm using did not provide the es_ES.po or es_ES.mo files so I ...
3
votes
1answer
168 views
How do I translate: “2 hours and 15 minutes”?
I want to translate the generic phrase "x hours and y mintues". Of course, if it's only one hour, it should say "1 hour and y mintutes". The same goes for minutes, "x hours and 1 minute." I know ...
2
votes
1answer
446 views
How to use get_option() without any filter?
I'm using the newest WordPress 3.3.1 and newest qTranslate 2.5.27. I have made some an AJAX script which returns a value and message in the current language.
Here I get my first problem, I solve it ...
0
votes
1answer
617 views
WP-e-commerce (getshopped) Hebrew language files - where can I get them?
I’m working on a dual language website (english+hebrew) the website uses wpml+wpec.
I’m looking for the hebrew language files (mo/po) – where can i get them?
0
votes
1answer
669 views
Translate custom template with WPML
I have custom template that is used by ClassiPress and it is working fine on default language, but when I enter the page language selector won't work since it's not translated.
How can I translate ...
0
votes
3answers
102 views
Translation for plugin
I modified a .po file, basically I opened as txt file and made the changes, however I uploaded it and is changes are not working.
I wonder if I need an special software for doing and generate a new ...
0
votes
2answers
126 views
Removing translation textdomain
I am working on a plugin for myself, so, it's totally useless to load textdomain. But most of codes I copied from others are using the __(' ','')
I copied the codes from several plugins. So, even if I ...
1
vote
2answers
253 views
How to translate __('') strings in admin
What would be the best plugin to use for translating website.
Thing is - i installed one multilingual plugin, but it does not pick up strings from templates. For example - the template has stuff lke
...
0
votes
2answers
312 views
Dealing with variables with gettext function
I've found tweaking some of the text in WordPress to be pretty easy by adding in the following function (in lieu of using a separate plugin):
add_filter( 'gettext', 'of_site_translations', 9999, 2 );
...
14
votes
3answers
2k views
Change language by clicking a button
The goal is to offer a button/select drop-down or similar to switch the public interface1) language on the fly.
What I'm searching for
Plugin or Theme Code...
... or Ideas
Using a work-around with ...
4
votes
2answers
1k views
How-to: Translate plural forms for themes/plugins with PoEdit
As the title says: How would you translate...
_n()
_n_noop()
_nc()
_nx()
_nx_noop()
...in your .mo files?
2
votes
2answers
2k views
Help with “text domain”, comments_form in WordPress theme
I've been plugging away at creating my own theme and am pretty much there, but ran the Theme Check plugin and had a few concerns/questions:
Throughout the theme, wherever there is text, I've used ...
3
votes
2answers
292 views
Localization: I want the backend: english and frontend in defined language
I'd like to have the backend of Wordpress in English and use a different locale for the frontend
so far I figure out perhaps I could do it by setting in the wpconfig the locale I want to use in the ...
2
votes
1answer
940 views
Translate Navigation Menu & Sidebar Widget Titles
Is there any plugin to translate navigation menu & sidebar widget titles ?
1
vote
1answer
150 views
Widget translation on my plugin
I am adding i18n to the widget on List Category Posts. I've correctly created the pot file, and po and mo files for Spanish and English. All of the Strings are being displayed with _e() on the form ...
0
votes
4answers
1k views
Proper way to create / manage gettext (.po, .pot) files?
So I'm trying to figure out how .po and .pot files work, seeing as this is what Wordpress seems to use. But I can't wrap my head around it.
I get that a .pot file is a template file that indicates ...
0
votes
1answer
106 views
Easy way to update a single translation entry without having to translate
I'm using the "Featured Image" meta box which allows you to attach a secondary thumbail to a post. The title for this box is defined in the Wordpress codebase like so:
__('Featured Image')
Which ...
2
votes
1answer
249 views
Adding another arg to comments_popup_link
what WordPress core functions do I have to modify to change
comments_popup_link('Ni komentarjev', '1 komentar','% komentarjev')
to
comments_popup_link('Ni komentarjev', '1 komentar', **'2 ...
2
votes
1answer
410 views
Change language of comments template
I have a Wordpress installation in italian, I need to keep italian for the admin section but the frontend needs to be in english. The theme is custom so that's ok, but in single posts I'm using ...