[docs] Change in I18nConfiguringTheLocale made by Toni Müller

Wiki Watch docs@icdevgroup.org
Sun May 25 06:35:01 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/I18nConfiguringTheLocale.html

--- tmp/78acghXH:217.228.9.49.previous	Sun May 25 06:34:19 2003
+++ tmp/78acghXH:217.228.9.49.current	Sun May 25 06:34:19 2003
@@ -5,3 +5,23 @@
 
    ScratchDefault mv_locale de_DE
 
+
+Jon Jensen suggested that I add:
+
+[taken from a discussion about locales, OpenBSD up to 3.3 doesn't seem
+to support any]
+
+Originally, I started out with a catalog.cfg that had definitions for
+several European countries, but that wouldn't completely work ok. At
+least, "Locale de_DE@euro" and friends didn't seem to work on OpenBSD (I
+had empty results in the pages that used them), and I stripped these
+altogether. Curiously, defining "Locale _mail" as described above worked
+a treat :-| I also redefined "Locale C" to have the necessary properties
+of the most desired "Locale de_DE@euro"...
+
+Some parts of options don't seem to work like described.
+I wanted to have an option for an article with one choice you
+have to have, preferably only a text displayed to the user, but
+a (different) value put into orderline. I tried "hidden", "display"
+and "value", but didn't get consistent results. I ended up choosing 
+"select", but that is ugly.