[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 27/36] localedata: provide a locale for German/Liechtenstein



From: Giacomo A. Catenazzi <cate@cateee.net>
Date: Fri, 30 Nov 2007 01:13:21 -0600

What I wanted to say is that even without being a native speaker, It's
pretty easy to adapt de_CH to de_LI as long as one takes care to pick
up the country-related data (including local conventions...) from
easily available information.

And, as your proposed locale shows....there are not that many things
to change, indeed....as even the currency is the same in CH and LI.

To locales maintainers: I think you can quite safely adopt that locale
file.

Originally submitted through the BTS, 2007-11-27.

[josef.vogt@li-life.li, 2007-11-30: remove extra " in int_prefix]

Fixes: http://bugs.debian.org/453041
Requested-by: Josef Vogt <josef.vogt@li-life.li>
Acked-by: Christian Perrier <bubulle@debian.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
 localedata/SUPPORTED     |    1 +
 localedata/locales/de_LI |   94 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+), 0 deletions(-)
 create mode 100644 localedata/locales/de_LI

diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 0c164cd..ffc773e 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -98,6 +98,7 @@ de_CH/ISO-8859-1 \
 de_DE.UTF-8/UTF-8 \
 de_DE/ISO-8859-1 \
 de_DE@euro/ISO-8859-15 \
+de_LI.UTF-8/UTF-8 \
 de_LU.UTF-8/UTF-8 \
 de_LU/ISO-8859-1 \
 de_LU@euro/ISO-8859-15 \
diff --git a/localedata/locales/de_LI b/localedata/locales/de_LI
new file mode 100644
index 0000000..62e799b
--- /dev/null
+++ b/localedata/locales/de_LI
@@ -0,0 +1,94 @@
+comment_char %
+escape_char  /
+%
+% German locale for Liechtenstein
+% Language: de
+% Territory: LI
+% Revision: 1.0
+% Date: 2007-11-27
+% Users: general
+% Repertoiremap: mnemonic.ds
+% Charset: ISO-8859-1
+% Distribution and use is free, also
+% for commercial purposes.
+
+LC_IDENTIFICATION
+title      "German locale for Liechtenstein"
+source     ""
+address    ""
+contact    ""
+email      "bug-glibc-locales@gnu.org"
+tel        ""
+fax        ""
+language   "German"
+territory  "Liechtenstein"
+revision   "1.0"
+date       "2007-11-27"
+%
+category  "de_LI:2000";LC_IDENTIFICATION
+category  "de_LI:2000";LC_CTYPE
+category  "de_LI:2000";LC_COLLATE
+category  "de_LI:2000";LC_TIME
+category  "de_LI:2000";LC_NUMERIC
+category  "de_LI:2000";LC_MONETARY
+category  "de_LI:2000";LC_MESSAGES
+category  "de_LI:2000";LC_PAPER
+category  "de_LI:2000";LC_NAME
+category  "de_LI:2000";LC_ADDRESS
+category  "de_LI:2000";LC_TELEPHONE
+
+END LC_IDENTIFICATION
+
+LC_CTYPE
+copy "de_CH"
+END LC_CTYPE
+
+LC_COLLATE
+copy "de_CH"
+END LC_COLLATE
+
+LC_MESSAGES
+copy "de_CH"
+END LC_MESSAGES
+
+LC_MONETARY
+copy  "de_CH"
+END LC_MONETARY
+
+LC_NUMERIC
+copy  "de_CH"
+END LC_NUMERIC
+
+LC_TIME
+copy  "de_CH"
+END LC_TIME
+
+LC_PAPER
+copy  "de_CH"
+END LC_PAPER
+
+LC_TELEPHONE
+tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
+<U006C>"
+int_prefix     "<U0034><U0032><U0033>"
+END LC_TELEPHONE
+
+LC_MEASUREMENT
+copy  "de_CH"
+END LC_MEASUREMENT
+
+LC_NAME
+copy  "de_CH"
+END LC_NAME
+
+LC_ADDRESS
+postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
+<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
+<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
+<U004E><U0025><U0025><U007A><U0020><U0025><U0054><U0025>/
+<U004E><U0025><U0063><U0025><U004E>"
+country_ab2 "<U004C><U0049>"
+country_ab3 "<U004C><U0049><U0045>"
+country_num 438
+END LC_ADDRESS
+
-- 
1.7.5.1


Reply to: