Wednesday 02 May 2007 5:17:13 am
Hi. I have made a translation for static content in my templates. but i have problems with some templates, and only with these templates. For example, my translation.ts file looks like
<context>
<name>common</name>
<source>más información</source>
<translation>más información</translation>
</context>
If in my pagelayout.tpl i code
{'más información'|i18n('common')}
all works as expected, but if i did the same in another template (this is a template for elements of a custom class) i get a warning like this...
No translation for file(translation.ts) in context(common): 'más información' with comment()
Any ideas? Thanks in advance.
|