Forums / Setup & design / ez 3.9 history.tpl has an error
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.tplversions.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
Tuesday 27 February 2007 10:51:39 pm
http://issues.ez.no/IssueView.php?Id=10344&activeItem=1