The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
77 views

How to change the language of the 'Reset Password' page

I have a WooCommerce powered WordPress website. In this website a user can login to order products, basic WooCommerce functionality. The site is translated using qTranslate. I can translate ...
0
votes
1answer
60 views

Use specific language for comment section

On some pages I have the possibility to write a comment (name, email, website, comment). The labels are now in my default language. Now I want to use the English labels for the whole comment section. ...
0
votes
1answer
77 views

Language selection for blog doesn't exist?

I've been installing and developing on Wordpress for a while with a focus on sites in Hebrew. Recently I moved a site from a multi-site installation I have for development to it's own hosting and ...
1
vote
0answers
37 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
0answers
22 views

Add theme translations

I'm using Wordpress (already in my language) in wp-config.php there's: define('WPLANG', 'fr_FR'); I'm usigng the Roots theme that provides mo/po files with the theme translations for my language ...
0
votes
0answers
32 views

Theme not changing the language

I'm trying to change the language in a theme, downloaded the theme' default.po/mo, translated it through 'poedit', and uploaded the files again. Furthermore I changed the wp-config so it now incl ...
0
votes
0answers
25 views

How do I override a parent theme's language files with a child theme?

I have a parent theme and a child theme, I would like to override the spanish .mo and .po files in the parent theme (or add them if they are not present in the parent theme) with the es_ES ones in my ...
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
0answers
38 views

Change language using “if” and “else”

I'm new with WP. I did a site and I translated it in two languages. How can I change a specific word like this: <?php esc_html_e( 'I nostri corsi', '' ); ?> This is correct in Italian, but ...
0
votes
0answers
29 views

French translation not working?

I have placed the fr_FR.mo file in wp-includes/languages (also in wp-content/languages just to try) and have added the language in wp-config as define( 'WPLANG', 'fr_FR'); however the wordpress ...