mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fix Indonesian month name.
Noticed on MySQL: https://github.com/mysql/mysql-server/pull/531 Matches https://icu4c-demos.unicode.org/icu-bin/locexp?d_=en&_=in_IN.
This commit is contained in:
parent
4d38267fc7
commit
ecf4a26107
1 changed files with 2 additions and 2 deletions
|
@ -968,9 +968,9 @@ MY_LOCALE my_locale_hu_HU
|
|||
|
||||
/***** LOCALE BEGIN id_ID: Indonesian - Indonesia *****/
|
||||
static const char *my_locale_month_names_id_ID[13] =
|
||||
{"Januari","Pebruari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember", NullS };
|
||||
{"Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember", NullS };
|
||||
static const char *my_locale_ab_month_names_id_ID[13] =
|
||||
{"Jan","Peb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des", NullS };
|
||||
{"Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des", NullS };
|
||||
static const char *my_locale_day_names_id_ID[8] =
|
||||
{"Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu", NullS };
|
||||
static const char *my_locale_ab_day_names_id_ID[8] =
|
||||
|
|
Loading…
Reference in a new issue