Skip to content

Commit ecf4a26

Browse files
ilyasa1211grooverdan
authored andcommitted
1 parent 4d38267 commit ecf4a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/sql_locale.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,9 @@ MY_LOCALE my_locale_hu_HU
968968

969969
/***** LOCALE BEGIN id_ID: Indonesian - Indonesia *****/
970970
static const char *my_locale_month_names_id_ID[13] =
971-
{"Januari","Pebruari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember", NullS };
971+
{"Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember", NullS };
972972
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 };
973+
{"Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agu","Sep","Okt","Nov","Des", NullS };
974974
static const char *my_locale_day_names_id_ID[8] =
975975
{"Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu", NullS };
976976
static const char *my_locale_ab_day_names_id_ID[8] =

0 commit comments

Comments
 (0)