summaryrefslogtreecommitdiff
path: root/src/w32-gettext.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-10-29 13:29:33 +0000
committerWerner Koch <wk@gnupg.org>2007-10-29 13:29:33 +0000
commit71c58b93074a5bd26f9d3b7457bc01d519f8ced5 (patch)
tree8eb69e12510652cc2cba42c0f585634c29bb277a /src/w32-gettext.c
parent3b0eaaf328982f8f8d9cd387388abfa7adaa278d (diff)
downloadlibgpg-error-71c58b93074a5bd26f9d3b7457bc01d519f8ced5.tar.gz
Fixed mingw build problems.
Updated some translations.
Diffstat (limited to 'src/w32-gettext.c')
-rw-r--r--src/w32-gettext.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index 34c2a77..03ef24d 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -522,10 +522,10 @@
# define SUBLANG_AZERI_CYRILLIC 0x02
# endif
# ifndef SUBLANG_BENGALI_INDIA
-# define SUBLANG_BENGALI_INDIA 0x00
+# define SUBLANG_BENGALI_INDIA 0x01
# endif
# ifndef SUBLANG_BENGALI_BANGLADESH
-# define SUBLANG_BENGALI_BANGLADESH 0x01
+# define SUBLANG_BENGALI_BANGLADESH 0x02
# endif
# ifndef SUBLANG_CHINESE_MACAU
# define SUBLANG_CHINESE_MACAU 0x05
@@ -618,16 +618,10 @@
# define SUBLANG_NEPALI_INDIA 0x02
# endif
# ifndef SUBLANG_PUNJABI_INDIA
-# define SUBLANG_PUNJABI_INDIA 0x00
-# endif
-# ifndef SUBLANG_PUNJABI_PAKISTAN
-# define SUBLANG_PUNJABI_PAKISTAN 0x01
+# define SUBLANG_PUNJABI_INDIA 0x01
# endif
# ifndef SUBLANG_ROMANIAN_ROMANIA
-# define SUBLANG_ROMANIAN_ROMANIA 0x00
-# endif
-# ifndef SUBLANG_ROMANIAN_MOLDOVA
-# define SUBLANG_ROMANIAN_MOLDOVA 0x01
+# define SUBLANG_ROMANIAN_ROMANIA 0x01
# endif
# ifndef SUBLANG_SERBIAN_LATIN
# define SUBLANG_SERBIAN_LATIN 0x02
@@ -1056,7 +1050,6 @@ _nl_locale_name (int category, const char *categoryname)
switch (sub)
{
case SUBLANG_PUNJABI_INDIA: return "pa_IN"; /* Gurmukhi script */
- case SUBLANG_PUNJABI_PAKISTAN: return "pa_PK"; /* Arabic script */
}
return "pa";
case LANG_RHAETO_ROMANCE: return "rm_CH";
@@ -1064,7 +1057,6 @@ _nl_locale_name (int category, const char *categoryname)
switch (sub)
{
case SUBLANG_ROMANIAN_ROMANIA: return "ro_RO";
- case SUBLANG_ROMANIAN_MOLDOVA: return "ro_MD";
}
return "ro";
case LANG_RUSSIAN: