The mo tag has no wiki summary.
0
votes
0answers
24 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
1answer
64 views
Theme localization in WPML - .mo file error
We are creating a multi-lingual multi-site (on sub-domains/domain mapping) on Wordpress.
We recently bought WPML Wordpress plugin and installed it on the basic language (English) version. Now we are ...
0
votes
1answer
87 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
1answer
131 views
Action hook load_textdomain $domain variable
I use the load_textdomain action hook to list all active localization text domains with corresponding path to translation files.
function mo_location( $domain, $mofile ) {
if ( ...
0
votes
1answer
583 views
Localization: Textdomain of Child teme
I am creating a series of WP child themes which are dependent of a parent theme which I will be using as a framework.
I need to have these themes (both parent and children) localized.
from ...
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
411 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 ...
1
vote
1answer
131 views
POMO_Reader->substr() call endless loop?
I'm experiencing a somewhat endless loop in the file mo.php
/wp-includes/pomo/mo.php
when loading the site's default text domain.
The PHP error is:
Fatal error: Maximum execution time of 30 ...