Tagged Questions
0
votes
1answer
79 views
WordPress Translation to french, at -> à not working
I have a german / french blog. I installed the german WordPress version, so I already had de_DE.mo and de_DE.po in wp-content/languages.
After I realized that the content of a comment's ...
1
vote
2answers
66 views
Two language versions for each article
I have a Wordpress website that needs to be available in two different languages. We have the articles written in both languages already.
I've seen a lot of solutions providing automatic ...
0
votes
2answers
105 views
Where to modify translation files by _e()
I am in a rush right now and can't seem to find the answer i"m looking for.
I have a wordpress website that has english and french versions. I see it is using Multi site language switcher to flip ...
1
vote
1answer
272 views
Multisite WPLANG won't save
I have a multisite workpress install (v 3.3.2). I'm trying to save the WPLANG field but nothing happens. I get the confirmation message "Site options updated", but the field is still blank. And ...
1
vote
1answer
365 views
Why load_textdomain work but not load_plugin_textdomain?
In my plugin's init function
load_textdomain( 'myplugin', ABS_PATH_TO_MO_FILE ); // OK
load_plugin_textdomain( 'myplugin', false, ABS_PATH_TO_LANGS_DIR); // No effect
echo( __('Test', ...
3
votes
2answers
277 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 ...