Skip to content

Commit 0bdc213

Browse files
authored
fix es september parsing (ccbrown#26)
1 parent 0eb880b commit 0bdc213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/localization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var esMonthReplacer = strings.NewReplacer(
4949
"jun", "Jun",
5050
"jul", "Jul",
5151
"ago", "Aug",
52-
"sep", "Sep",
52+
"sept", "Sep",
5353
"oct", "Oct",
5454
"nov", "Nov",
5555
"dic", "Dec",

0 commit comments

Comments
 (0)