https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947

--- Comment #19 from David Cook <[email protected]> ---
To generate a locale and Koha to use it

1. vi /etc/locale.gen
2. Uncomment the locale you want to generate (e.g. fi_FI.UTF-8 UTF-8)
3. locale-gen
4. locale-a # this will show you what locales are available
5. Export env vars
export LANG=fi_FI.UTF-8
6. koha-plack --restart kohadev
# NOTE: You must restart. Reloading won't pull in the new env

I know the Perl docs said to use LC_COLLATE, but I could only get it to work
with LANG...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to