We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d38267 commit ecf4a26Copy full SHA for ecf4a26
sql/sql_locale.cc
@@ -968,9 +968,9 @@ MY_LOCALE my_locale_hu_HU
968
969
/***** LOCALE BEGIN id_ID: Indonesian - Indonesia *****/
970
static const char *my_locale_month_names_id_ID[13] =
971
- {"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 };
972
static const char *my_locale_ab_month_names_id_ID[13] =
973
- {"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 };
974
static const char *my_locale_day_names_id_ID[8] =
975
{"Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu", NullS };
976
static const char *my_locale_ab_day_names_id_ID[8] =
0 commit comments