Re: [PHP-I18N] Problems with GetText

[email protected] (Daniel Carrera) Mon, 13 Aug 2007 15:57:03 +0200
Newsgroups php.i18n
Message-ID <[email protected]>
Max_B wrote:
>> - The 'About us' is not translated.
>> - See for yourself: http://theingots.org/test.php
>> - I've checked that the .po file is in
>>    /home/theingot/public_html/locale/es/LC_MESSAGES/messages.po
>> - The file is readable and has a translation for 'About us'.
>
> The .po is not used by itself, you need to compile it, using msgfmt, into a
> .mo

Thanks. There is a .mo file there as well. Looking at the binary with 
'less' I see the Spanish translation of "About us". I don't know how 
else I can verify that the .mo file is good.

Cheers,
Daniel.