include: Remove some non-standard sublang synonyms.
This commit is contained in:
parent
9767c34d2e
commit
6cf05f914d
|
@ -297,7 +297,7 @@
|
|||
#define SUBLANG_KYRGYZ_KYRGYZSTAN 0x01
|
||||
#define SUBLANG_LAO_LAO 0x01
|
||||
#define SUBLANG_LATVIAN_LATVIA 0x01
|
||||
#define SUBLANG_LITHUANIAN_LITHUANIA 0x01
|
||||
#define SUBLANG_LITHUANIAN 0x01
|
||||
#define SUBLANG_LOWER_SORBIAN_GERMANY 0x02
|
||||
#define SUBLANG_LUXEMBOURGISH_LUXEMBOURG 0x01
|
||||
#define SUBLANG_MACEDONIAN_MACEDONIA 0x01
|
||||
|
@ -413,7 +413,6 @@
|
|||
#define SUBLANG_ENGLISH_IRELAND SUBLANG_ENGLISH_EIRE
|
||||
#define SUBLANG_HAUSA_NIGERIA SUBLANG_HAUSA_NIGERIA_LATIN
|
||||
#define SUBLANG_LAO_LAO_PDR SUBLANG_LAO_LAO
|
||||
#define SUBLANG_LITHUANIAN SUBLANG_LITHUANIAN_LITHUANIA
|
||||
#define SUBLANG_PORTUGUESE_PORTUGAL SUBLANG_PORTUGUESE
|
||||
#define SUBLANG_SWAHILI SUBLANG_SWAHILI_KENYA
|
||||
#define SUBLANG_SWEDISH_SWEDEN SUBLANG_SWEDISH
|
||||
|
@ -421,11 +420,8 @@
|
|||
|
||||
/* FIXME: these are not defined anywhere */
|
||||
#define SUBLANG_DUTCH_SURINAM 0x03
|
||||
#define SUBLANG_ROMANIAN SUBLANG_ROMANIAN_ROMANIA
|
||||
#define SUBLANG_ROMANIAN_MOLDAVIA 0x02
|
||||
#define SUBLANG_RUSSIAN SUBLANG_RUSSIAN_RUSSIA
|
||||
#define SUBLANG_RUSSIAN_MOLDAVIA 0x02
|
||||
#define SUBLANG_CROATIAN SUBLANG_CROATIAN_CROATIA
|
||||
#define SUBLANG_LITHUANIAN_CLASSIC 0x02
|
||||
#define SUBLANG_MANX_GAELIC 0x01
|
||||
|
||||
|
|
|
@ -191,7 +191,7 @@ static const struct
|
|||
{ LANG_LATVIAN, SUBLANG_NEUTRAL, "lv" },
|
||||
{ LANG_LATVIAN, SUBLANG_LATVIAN_LATVIA, "lv_LV" },
|
||||
{ LANG_LITHUANIAN, SUBLANG_NEUTRAL, "lt" },
|
||||
{ LANG_LITHUANIAN, SUBLANG_LITHUANIAN_LITHUANIA, "lt_LT" },
|
||||
{ LANG_LITHUANIAN, SUBLANG_LITHUANIAN, "lt_LT" },
|
||||
{ LANG_PERSIAN, SUBLANG_NEUTRAL, "fa" },
|
||||
{ LANG_PERSIAN, SUBLANG_PERSIAN_IRAN, "fa_IR" },
|
||||
{ LANG_ARMENIAN, SUBLANG_NEUTRAL, "hy" },
|
||||
|
|
|
@ -338,7 +338,7 @@ static const struct
|
|||
{ LANG_LATVIAN, SUBLANG_NEUTRAL, "lv" },
|
||||
{ LANG_LATVIAN, SUBLANG_LATVIAN_LATVIA, "lv_LV" },
|
||||
{ LANG_LITHUANIAN, SUBLANG_NEUTRAL, "lt" },
|
||||
{ LANG_LITHUANIAN, SUBLANG_LITHUANIAN_LITHUANIA, "lt_LT" },
|
||||
{ LANG_LITHUANIAN, SUBLANG_LITHUANIAN, "lt_LT" },
|
||||
{ LANG_PERSIAN, SUBLANG_NEUTRAL, "fa" },
|
||||
{ LANG_PERSIAN, SUBLANG_PERSIAN_IRAN, "fa_IR" },
|
||||
{ LANG_ARMENIAN, SUBLANG_NEUTRAL, "hy" },
|
||||
|
|
Loading…
Reference in New Issue