Re: [PHP-I18N] Problems passing variables to gettext

[email protected] (Hans-Peter Oeri) Wed, 23 Dec 2009 14:13:21 +0100
Newsgroups php.i18n
Message-ID <[email protected]>
Hi!

Marie-Aude wrote:

> My initial guess was "problem is in .mo file", but I don't know how to check
> it. 

You would have to check the po - ensuring there actually is an entry for
your site's title and the translation is in there as well - and
recompile the mo from that.

If you're using GNU tools for the compilation, I doubt there will be any
problem in the mo.

HPO