Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8158] languages - installing catalogs

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8158] languages - installing catalogs
  • Date: Tue, 1 Feb 2005 13:09:34 -0800 (PST)

http://bugs.sourcemage.org/show_bug.cgi?id=8158





------- Additional Comments From vn158 AT seznam.cz 2005-02-01 13:09 -------
Setting locales is spell specific, but many use variable LINGUAS.
I checked few other programs
cups: file ./locale/Makefile contains line
LOCALES = C be cs de en en_US es fr he it ru_RU sv uk uk_UA zh_CN
nautilus: checks variable $LINGUAS in ./configure
lynx: checks variable $LINGUAS in ./configure
kopete: checks variable $LINGUAS in ./admin/acinclude.m4.in
mc: $LINGUAS

I didnĀ“t tried it, I only look in files. So I think it is posible just to set
variable LINGUAS in cast before COMPILE and modify spells like cups is (sed
line
LOCALES = ... to LOCALES = $LINGUAS or LOCALES = $LANGUAGES or LOCALES =
${SM_LANGUAGE}).

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page