Skip to content

Commit

Permalink
fix: updated August short month name for id_ID locale
Browse files Browse the repository at this point in the history
The August short month name in the Indonesian locale was initially set to be "Ags". But it was later shown that "Agu" was the preferrable abbreviation, as explained by an Indonesian linguist (ref 1.) and as shown on Wikipedia (ref 2.).

ref:
1. https://twitter.com/ivanlanin/status/1298795394562846723
2. https://id.wikipedia.org/wiki/Bulan_(penanggalan)
  • Loading branch information
pieter-irsan authored Aug 25, 2023
1 parent fc34b97 commit c867dea
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 c867dea

Please sign in to comment.