Wednesday 02 May 2007 4:01:52 pm
I'm sorry André but if i look at the user class some of the fields can be translated but some not. if we look deeper in the tpl some words should be translated automatically. Thus if we look at a basket.tpl futhermore, same problem apply so it's not a question userclass i think ? Here is code we have for register.tpl for the title of the button or "register user" :
<div class="attribute-header">
<h1 class="long">{"Register user"|i18n("design/ezwebin/user/register")}</h1>
</div>
<input class="button" type="submit" name="CancelButton" value="{'Discard'|i18n('design/ezwebin/user/register')}" />
it should be translated no ?
|