Add a couple of languages that have LANG_* codes in newest headers, just

2001-11-09  Tor Lillqvist  <tml@iki.fi>

	* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
	that have LANG_* codes in newest headers, just for completeness.
This commit is contained in:
Tor Lillqvist 2001-11-09 21:21:27 +00:00 committed by Tor Lillqvist
parent ae95bec669
commit 23de741c29
9 changed files with 53 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -1,3 +1,8 @@
2001-11-09 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_getlocale): Add a couple of languages
that have LANG_* codes in newest headers, just for completeness.
2001-11-08 Wang Jian <lark@linux.net.cn>
* configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese.

View File

@ -219,6 +219,9 @@ g_win32_getlocale (void)
break;
case LANG_CZECH: l = "cs"; sl = "CZ"; break;
case LANG_DANISH: l = "da"; sl = "DK"; break;
#ifdef LANG_DIVEHI
case LANG_DIVEHI: l = "div"; sl = "MV"; break;
#endif
case LANG_DUTCH:
l = "nl";
switch (sub)
@ -268,6 +271,7 @@ g_win32_getlocale (void)
#endif
}
break;
/* FIXME: LANG_GALICIAN: What's the code for Galician? */
#ifdef LANG_GEORGIAN
case LANG_GEORGIAN: l = "ka"; sl = "GE"; break;
#endif
@ -327,6 +331,9 @@ g_win32_getlocale (void)
break;
#endif
case LANG_KOREAN: l = "ko"; sl = "KR"; break;
#ifdef LANG_KYRGYZ
case LANG_KYRGYZ: l = "ky"; sl = "KG"; /* ??? */ break;
#endif
case LANG_LATVIAN: l = "lv"; sl = "LV"; break;
case LANG_LITHUANIAN: l = "lt"; sl = "LT"; break;
#ifdef LANG_MACEDONIAN
@ -358,6 +365,9 @@ g_win32_getlocale (void)
#ifdef LANG_MARATHI
case LANG_MARATHI: l = "mr"; sl = "IN"; break;
#endif
#ifdef LANG_MONGOLIAN
case LANG_MONGOLIAN: l = "mn"; sl = "MN"; break;
#endif
#ifdef LANG_NEPALI
case LANG_NEPALI:
l = "ne";
@ -449,6 +459,9 @@ g_win32_getlocale (void)
case SUBLANG_SWEDISH_FINLAND: sl = "FI"; break;
}
break;
#ifdef LANG_SYRIAC
case LANG_SYRIAC: l = "syr"; break;
#endif
#ifdef LANG_TAMIL
case LANG_TAMIL:
l = "ta"; /* sl could be "IN" or "LK". */