* lc_era.h: Redefine lc_era_t to keep
default date and time formats as well to workaround YA Windows shortcoming. Refresh with latest data. * lc_msg.h: Refresh with latest data. * nlsfuncs.cc (__eval_datetimefmt): Revert latest change. (__set_lc_time_from_win): Rename res to era. Prefer default date and time formats from era array if available. (__set_lc_messages_from_win): Rename res to msg.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* This struct of LC_MESSAGES data has been generated by fetching locale
|
||||
data from a Linux system using glibc-2.10.2-1.i686 on 2010-02-09. */
|
||||
data from a Linux system using glibc-2.11-2.i686 on 2010-02-22. */
|
||||
|
||||
struct lc_msg_t
|
||||
{
|
||||
@ -56,7 +56,7 @@ static struct lc_msg_t lc_msg[] =
|
||||
{ "ca_ES@euro", L"^[sSyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "ca_FR", L"^[sSyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "ca_IT", L"^[sSyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "crh_UA", L"^[Ee].*", L"^[YyNn].*", L"ebet", L"yoq" },
|
||||
{ "crh_UA", L"^[yYeE]", L"^[nNhH]", L"ebet", L"hay\x0131r" },
|
||||
{ "cs_CZ", L"^[aAyY].*", L"^[nN].*", L"ano", L"ne" },
|
||||
{ "csb_PL", L"^[JjTtYy].*", L"^[nN].*", L"", L"" },
|
||||
{ "cy_GB", L"^[iItTyY].*", L"^[nN].*", L"ie", L"na" },
|
||||
@ -70,6 +70,7 @@ static struct lc_msg_t lc_msg[] =
|
||||
{ "de_DE@euro", L"^[jJyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "de_LU", L"^[jJyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "de_LU@euro", L"^[jJyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "dv_MV", L"^[yY].*", L"^[nN].*", L"", L"" },
|
||||
{ "dz_BT", L"^[\x0f68Yy].*", L"^[\x0f58Nn].*", L"\x0f68\x0f72\x0f53", L"\x0f58\x0f7a\x0f53" },
|
||||
{ "el_CY", L"^[\x03bd\x039dyY].*", L"^[\x03bf\x039fnN].*", L"", L"" },
|
||||
{ "el_GR", L"^[\x03bd\x039dyY].*", L"^[\x03bf\x039fnN].*", L"", L"" },
|
||||
@ -87,7 +88,7 @@ static struct lc_msg_t lc_msg[] =
|
||||
{ "en_NZ", L"^[yY].*", L"^[nN].*", L"", L"" },
|
||||
{ "en_PH", L"^[yY]", L"^[nN]", L"Yes", L"No" },
|
||||
{ "en_SG", L"^[yY]", L"^[nN]", L"Yes", L"No" },
|
||||
{ "en_US", L"^[yY].*", L"^[nN].*", L"", L"" },
|
||||
{ "en_US", L"^[yY].*", L"^[nN].*", L"Yes", L"No" },
|
||||
{ "en_ZA", L"^[yY]", L"^[nN]", L"", L"" },
|
||||
{ "en_ZW", L"^[yY]", L"^[nN]", L"", L"" },
|
||||
{ "es_AR", L"^[sSyY].*", L"^[nN].*", L"", L"" },
|
||||
@ -186,6 +187,7 @@ static struct lc_msg_t lc_msg[] =
|
||||
{ "mr_IN", L"^(Yes|[yY])", L"^(No|[nN])", L"", L"" },
|
||||
{ "ms_MY", L"^[yY]", L"^[tT]", L"Ya", L"Tidak" },
|
||||
{ "mt_MT", L"^(Yes|[yY])", L"^(No|[nN])", L"", L"" },
|
||||
{ "my_MM", L"^[yY\x101f].*", L"^[nN\x1019].*", L"\x101f\x102f\x1010\x103a\x1010\x101a\x103a", L"\x1019\x101f\x102f\x1010\x103a\x1018\x1030\x1038" },
|
||||
{ "nan_TW@latin", L"^[sS].*", L"^[mM].*", L"S\x012b", L"M\x0304-S\x012b" },
|
||||
{ "nb_NO", L"^[JjYy].*", L"^[Nn].*", L"", L"" },
|
||||
{ "nds_DE", L"^[jJyY].*", L"^[nN].*", L"", L"" },
|
||||
@ -208,6 +210,7 @@ static struct lc_msg_t lc_msg[] =
|
||||
{ "pa_PK", L"^[yY\x0647\x0628\x0066].*", L"^[nN\x0646o].*", L"\x0628\x0644\x0643\x0644", L"\x0646\x0647\x064a\x06ba" },
|
||||
{ "pap_AN", L"^[jJyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "pl_PL", L"^[TtYy].*", L"^[nN].*", L"", L"" },
|
||||
{ "ps_AF", L"^[yY\x0628\x0066].*", L"^[nN\x062e\x0646o].*", L"", L"" },
|
||||
{ "pt_BR", L"^[SsyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "pt_PT", L"^[SsyY].*", L"^[nN].*", L"", L"" },
|
||||
{ "pt_PT@euro", L"^[SsyY].*", L"^[nN].*", L"", L"" },
|
||||
@ -251,7 +254,7 @@ static struct lc_msg_t lc_msg[] =
|
||||
{ "ti_ET", L"^[yY].*", L"^[nN].*", L"", L"" },
|
||||
{ "tig_ER", L"^[yY].*", L"^[nN].*", L"", L"" },
|
||||
{ "tk_TM", L"^[hH].*", L"^[\x00fd\x00ddnN].*", L"hawa", L"\x00fdok" },
|
||||
{ "tl_PH", L"^[yY].*", L"^[nN].*", L"", L"" },
|
||||
{ "tl_PH", L"^[yY].*", L"^[nN].*", L"Yes", L"No" },
|
||||
{ "tn_ZA", L"^[yYeE]", L"^[nN]", L"", L"" },
|
||||
{ "tr_CY", L"^[yYeE]", L"^[nNhH]", L"evet", L"hay\x0131r" },
|
||||
{ "tr_TR", L"^[yYeE]", L"^[nNhH]", L"evet", L"hay\x0131r" },
|
||||
|
Reference in New Issue
Block a user