Hi!

Lumiere de Lune wrote:

> $sitetitle= _('My beautiful site') ; in variables.php
> And echo $sitetitle in the second file, which is my template. 
> 
> As it did not work, I imagined the translation of the variable did not work

You mean the translation of the constant expression, whose result gets
assigned to a variable? There is no reason why the translation should
fail because of a (later) assignment of its result.

> But the other strings are in other files, so this is the only case where I
> define a variable that has to be translated.

Other files? Are you sure locale setting/domain/path are set for *this*
file, too?

Might $sitetitle be re-set after the translation assignment?

If not: Would it be possible to boil down a test case?

HPO

-- 
PHP Unicode & I18N Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to