
cherokee at googlecode
Sep 28, 2010, 11:13 PM
Post #3 of 10
(599 views)
Permalink
|
|
Re: Issue 1001 in cherokee: "View list…" is not being translated in any language
[In reply to]
|
|
Comment #2 on issue 1001 by alobbs: "View list…" is not being translated in any language http://code.google.com/p/cherokee/issues/detail?id=1001 The first problem is solved. The string was market as fuzzy, and thus it was not included in the .mo file: ===== $ grep -A1 -B1 "View list" po/admin/es.po #: admin/PageIndex.py:333 msgid "View list…" msgstr "Ver lista…" ===== ===== $ strings /usr/share/locale/es/LC_MESSAGES/cherokee.mo | egrep '(View list| Ver lista)' View list Ver lista ===== The string isn't still translated on cherokee-admin, though. Further investigation is required. _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|