Dear all, I was wondering how one can change the user interface. I figured there is an option that we can just switch once we added two PO files (the one we translating off-line). But I could not that option anwhere under Adnistrator screen nor OPAC one. If not, maybe it's wish-list that we can add for the next release. Please suggest if you already done so.. Thank you. -- Anousak (Anthony) Souphavanh "Small can make a big impact"
I was wondering how one can change the user interface. I figured there is an option that we can just switch once we added two PO files (the one we translating off-line). But I could not that option anwhere under Adnistrator screen nor OPAC one. If not, maybe it's wish-list that we can add for the next release
You have to generate template files each time you modify PO files: * cd <koha-root>/misc/translator * ./install-code.pl <language-code> Languages selectable in Koha OPAC/Staff interface are set by a system preference: Administration > System Preferences, I18/L10N tab, 'language' preference.
Thanks, Frederic, But I was having some issue when ran this command: ./install.pl lo Can't locate C4/Languages.pm in @INC (@INC contains: /home/jmf/kohaclone /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./install.pl line 6. and under install.pl line shows below: #!/usr/bin/perl # script to update all translations use strict; use warnings; use lib '/home/jmf/kohaclone'; use C4::Languages; # Go through the theme/module combinations we need to update. my $dir = "po"; my $po; ...... Any idea? Thanks, Anousak On Mon, Apr 28, 2008 at 1:39 PM, FrŽedeŽric Demians <frederic@tamil.fr> wrote:
I was wondering how one can change the user interface. I figured there is an option that we can just switch once we added two PO files (the one we translating off-line). But I could not that option anwhere under Adnistrator screen nor OPAC one. If not, maybe it's wish-list that we can add for the next release
You have to generate template files each time you modify PO files:
* cd <koha-root>/misc/translator * ./install-code.pl <language-code>
Languages selectable in Koha OPAC/Staff interface are set by a system preference: Administration > System Preferences, I18/L10N tab, 'language' preference.
-- Anousak (Anthony) Souphavanh "Small can make a big impact"
But I was having some issue when ran this command:
./install.pl lo Can't locate C4/Languages.pm in @INC (@INC contains: /home/jmf/kohaclone /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./install.pl line 6.
and under install.pl line shows below:
In order to execute Koha command line scripts, two environment variables are required: export KOHA_CONF=<koha-root>/etc/koha-conf.xml export PERL5LIB=<koha-root> You have to adjust to your installation. The PERL5LIB must be the directory containing 'C4' Koha directory. Use './install-code.pl lo' rather than './install.pl lo'. install.pl generates templates for all languages. install-code.pl generates templates for specified languages. If you don't have 'install-code.pl' just use 'install.pl'
On Mon, Apr 28, 2008 at 2:39 AM, FrŽedeŽric Demians <frederic@tamil.fr> wrote:
I was wondering how one can change the user interface. I figured there is an option that we can just switch once we added two PO files (the one we translating off-line). But I could not that option anwhere under Adnistrator screen nor OPAC one. If not, maybe it's wish-list that we can add for the next release
You have to generate template files each time you modify PO files:
* cd <koha-root>/misc/translator * ./install-code.pl <language-code>
Languages selectable in Koha OPAC/Staff interface are set by a system preference: Administration > System Preferences, I18/L10N tab, 'language' preference.
Note that if you're running off a release, this has been done for you already. Just go into your System Preferences under the I18N/L10N tab (Internationalization, Localization), and turn on the languages you want for the staff and OPAC. Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
participants (4)
-
Anousak Souphavanh -
Frederic Demians -
Joshua Ferraro -
Nuno Meireles