Ticket #171 (new defect)
Translation Support errors
Reported by: | rdirienzo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | zoo-kernel | Version: | 1.6.0-rc1 |
Keywords: | Translation Support | Cc: | roberto.dirienzo@… |
Description
Dear support,
I'm having trouble with the operation of Zoo translations.
Installation environment: Docker centos: 7 zoo version: 1.6.0.rv868
The installation phase:
gettext recovery and installation curl -o gettext-0.19.8.tar.gz -s "ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.gz" make && make install
zoo configure: ./configure --with-fastcgi = / usr / lib64 / --with-xml2config = / usr / bin / xml2-config -with-cgi-dir = / var / www / zoo-bin / --with-etc -dir = yes --sysconfdir = / etc / zoo-project make && make install
In the Zoo sources in the local / po path msgfmt fr_FR.utf8.po -o /usr/local/share/locale/fr/LC_MESSAGES/zoo-kernel.mo
I generated a synchronous Execute request for a job without parameters specifying the language "fr_FR" but the error reply was not translated.
Thanks for your help
Best regards Roberto di Rienzo