Commit 7507000c authored by Sergey Vojtovich's avatar Sergey Vojtovich

Support for server error messages in Hindi

This is an addition to original patch: activate hi_IN error messages.
parent bf256392
...@@ -32,7 +32,7 @@ enum err_msgs_index ...@@ -32,7 +32,7 @@ enum err_msgs_index
{ {
en_US= 0, cs_CZ, da_DK, nl_NL, et_EE, fr_FR, de_DE, el_GR, hu_HU, it_IT, en_US= 0, cs_CZ, da_DK, nl_NL, et_EE, fr_FR, de_DE, el_GR, hu_HU, it_IT,
ja_JP, ko_KR, no_NO, nn_NO, pl_PL, pt_PT, ro_RO, ru_RU, sr_RS, sk_SK, ja_JP, ko_KR, no_NO, nn_NO, pl_PL, pt_PT, ro_RO, ru_RU, sr_RS, sk_SK,
es_ES, sv_SE, uk_UA es_ES, sv_SE, uk_UA, hi_IN
} ERR_MSGS_INDEX; } ERR_MSGS_INDEX;
...@@ -61,6 +61,7 @@ MY_LOCALE_ERRMSGS global_errmsgs[]= ...@@ -61,6 +61,7 @@ MY_LOCALE_ERRMSGS global_errmsgs[]=
{"spanish", NULL}, {"spanish", NULL},
{"swedish", NULL}, {"swedish", NULL},
{"ukrainian", NULL}, {"ukrainian", NULL},
{"hindi", NULL},
{NULL, NULL} {NULL, NULL}
}; };
...@@ -889,7 +890,7 @@ MY_LOCALE my_locale_hi_IN ...@@ -889,7 +890,7 @@ MY_LOCALE my_locale_hi_IN
'.', /* decimal point hi_IN */ '.', /* decimal point hi_IN */
',', /* thousands_sep hi_IN */ ',', /* thousands_sep hi_IN */
"\x03", /* grouping hi_IN */ "\x03", /* grouping hi_IN */
&global_errmsgs[en_US] &global_errmsgs[hi_IN]
); );
/***** LOCALE END hi_IN *****/ /***** LOCALE END hi_IN *****/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment