Tagged Questions
0
votes
0answers
45 views
qTranslate: Use page-content of another language instead of Non-availability message
if a page for a language is empty, normally the "Non-availability message" appears and told the user to open the page with an other language.
But i want to display the page-content from another ...
0
votes
1answer
62 views
Language translation on a fresh english installation
i need to translate an english wordpress installation to italian language,but i would like to mantain both languages en/english, so the user can choose which to turn on fron the frontend side.
I need ...
2
votes
1answer
108 views
Wordpress language switcher
Is there an easy way I can switch between languages (perhaps with some flag icons) on a single Wordpress site? Can this be done with 2 content editors on the same page, or will I have to resort to a ...
1
vote
1answer
367 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', ...
5
votes
3answers
613 views
How to keep plugin translates after updates?
http://wordpress.org/extend/plugins/bbpress/
bbpress' language folder ( wp-content/plugins/bbpress/bbp-languages ) have that warning:
/**
* Do not put custom translations here. They will be deleted ...
0
votes
2answers
433 views
How to set a custom title per language?
I am running Qtranslate for my website see: http://tinyurl.com/63d4dqw
I am very impressed by this plugin.
Now my only problem is that I cannot set a custom title and description for my homepage per ...