Where should I put po files to have zh-Hans-TW
Hi, After install Koha using Koha Live DVD, http://sourceforge.net/projects/kohalivedvd/ I could not install zh-Hans-TW for OPAC and Staff interface properly. Could some one help me, please. I fellow the instruction from http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for... $ koha-translate --install zh-Hans-TW But, I can not fine Chinese at
Home › Administration › System Preferences > I18N/L10N
$ koha-translate -c zh-Hans-TW response as not found. I install po files at /usr/share/koha/misc/translator/po. -- Wishing you all the best. . . . Anthony Mao 毛慶禎 +886 2 29052334 (voice) + 886 2 29017405 (FAX)
Anthony, good catch!!! But this is a problem for our package maintainers to fix :) I tried installing several languages, the problem is that they are not shown on system preferences i18n page, BUT they are installed!!! (latest 3.12 packages) I tried with master dev, 3.10 dev, and 312 tar, zh_TW installs fine and without errors (downloaded from translate.k-c), and it shows on i18n syspref page. For the moment do the following: 1) " -c " is not a valid option for koha-translate script use koha-translate -i zh-Hans-TW or koha-translate -u zh-Hans-TW if its already installed 2) use koha-mysql instancename to access instancename database and run mysql> update systempreferences set value = 'zh-Hans-TW,en' where variable in ('language', 'opaclanguages'); mysql> update opaclanguagesdisplay set value = '1'; mysql> quit; that will add zh-Hans-TW to the list of languages Regards, Bernardo -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com On Wed, Sep 18, 2013 at 12:53 AM, Anthony Mao <maolins@gmail.com> wrote:
Hi,
After install Koha using Koha Live DVD, http://sourceforge.net/projects/kohalivedvd/
I could not install zh-Hans-TW for OPAC and Staff interface properly.
Could some one help me, please.
I fellow the instruction from
http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for...
$ koha-translate --install zh-Hans-TW
But, I can not fine Chinese at
Home › Administration › System Preferences > I18N/L10N
$ koha-translate -c zh-Hans-TW response as not found.
I install po files at /usr/share/koha/misc/translator/po.
-- Wishing you all the best. . . .
Anthony Mao 毛慶禎 +886 2 29052334 (voice) + 886 2 29017405 (FAX) _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Anthony Mao -
Bernardo Gonzalez Kriegel