[Koha] Where should I put po files to have zh-Hans-TW
Bernardo Gonzalez Kriegel
bgkriegel at gmail.com
Wed Sep 18 20:55:52 NZST 2013
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 at gmail.com
On Wed, Sep 18, 2013 at 12:53 AM, Anthony Mao <maolins at 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_OPAC_and_INTRANET_staff_client
>
> $ 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 at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
More information about the Koha
mailing list