Forums / Setup & design / ez 3.9 history.tpl has an error

"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".

ez 3.9 history.tpl has an error

Author Message

Softriva .com

Tuesday 27 February 2007 10:05:46 pm

The phrase "Edited language" is not being translated. So I searched for the tpls that has the this phrase like (in linux)

grep -R "Edited" design/*

history.tpl

Then I found out the there is a missing pipe operator before the i18n. So I searched for ('i18n) as

grep -R "'i18n" design/*

I found the following tpls has a missing pipe operator before the i18n

history.tpl
edited_locations
templateview.tpl
edited_relations.tpl
versions.tpl

I don't know how to report it but I think some one will do.

Łukasz Serwatka

Tuesday 27 February 2007 10:30:58 pm

Hi OOzy,

Thanks for report, could you please report a bug about it in issue tracker? http://ez.no/community/bugs

We will fix it for next release.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Softriva .com

Tuesday 27 February 2007 10:51:39 pm

http://issues.ez.no/IssueView.php?Id=10344&activeItem=1