Skip to content

Commit

Permalink
Merge pull request #63 from pieter-irsan/pieter-irsan-patch-1
Browse files Browse the repository at this point in the history
fix: updated August short month name for id_ID locale
  • Loading branch information
goodsign authored Aug 28, 2023
2 parents 548c9a9 + c867dea commit 534cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format_id_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var shortMonthNamesIdID = map[string]string{
"May": "Mei",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Ags",
"Aug": "Agu",
"Sep": "Sep",
"Oct": "Okt",
"Nov": "Nov",
Expand Down

0 comments on commit 534cfb3

Please sign in to comment.