summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Levitt <nlevitt@columbia.edu>2003-11-25 18:10:39 +0000
committerNoah Levitt <nlevitt@src.gnome.org>2003-11-25 18:10:39 +0000
commit04ff3bd803f35e8d944e72d78ac3249352935bbf (patch)
tree5a8adbefa7a57f2e01b787856df3833af128fe3a
parent4b9e16f27a2944eacfbdb4eddd3b6b91c0482ba3 (diff)
downloadpango-04ff3bd803f35e8d944e72d78ac3249352935bbf.tar.gz
Italian is "it"; "iw" is deprecated for Hebrew, should be "he".
2003-11-25 Noah Levitt <nlevitt@columbia.edu> * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated for Hebrew, should be "he".
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/pango-utils.c4
6 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 19eddcd5..7259a607 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-ot.h pango/pangoft2.h modules/indic/indic-ot.h
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 19eddcd5..7259a607 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-ot.h pango/pangoft2.h modules/indic/indic-ot.h
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 19eddcd5..7259a607 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-ot.h pango/pangoft2.h modules/indic/indic-ot.h
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 19eddcd5..7259a607 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-ot.h pango/pangoft2.h modules/indic/indic-ot.h
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 19eddcd5..7259a607 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2003-11-25 Noah Levitt <nlevitt@columbia.edu>
+
+ * pango-utils.c (lang_texts[]): Italian is "it"; "iw" is deprecated
+ for Hebrew, should be "he".
+
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-ot.h pango/pangoft2.h modules/indic/indic-ot.h
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 285ae089..19cb4e29 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1179,8 +1179,8 @@ static LangInfo lang_texts[] = {
{ "fi", "Finnish (Suomi) Hei, Hyv\303\244\303\244 p\303\244iv\303\244\303\244" },
{ "fr", "French (Fran\303\247ais)" },
{ "de", "German Gr\303\274\303\237 Gott" },
- { "iw", "Hebrew \327\251\327\234\327\225\327\235" },
- { "il", "Italiano Ciao, Buon giorno" },
+ { "he", "Hebrew \327\251\327\234\327\225\327\235" },
+ { "it", "Italiano Ciao, Buon giorno" },
{ "ja", "Japanese (\346\227\245\346\234\254\350\252\236) \343\201\223\343\202\223\343\201\253\343\201\241\343\201\257, \357\275\272\357\276\235\357\276\206\357\276\201\357\276\212" },
{ "ko", "Korean (\355\225\234\352\270\200) \354\225\210\353\205\225\355\225\230\354\204\270\354\232\224, \354\225\210\353\205\225\355\225\230\354\213\255\353\213\210\352\271\214" },
{ "mt", "Maltese \304\212aw, Sa\304\247\304\247a" },