Forums / General / Translation issue in one template

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Translation issue in one template

Author Message

Carlos Revillo

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.

Carlos Revillo

Wednesday 02 May 2007 6:19:08 am

Forgot it!. It was a typo mistake. Sorry.