Skip to content

Commit e8a90cb

Browse files
Merge pull request #41 from Ezra-Siton-UIX/patch-1
Tiny error - missing "," in the code - Update localization.md
2 parents f1af6f9 + 418de70 commit e8a90cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const en = {
7272
recurringEveryMonthDay: "Every {date}",
7373
recurringEveryMonthPos: "Every {pos} {weekDay}",
7474
recurringEveryYearDay: "Every {date} of {month}",
75-
recurringEveryYearPos: "Every {pos} {weekDay} of {month}"
75+
recurringEveryYearPos: "Every {pos} {weekDay} of {month}",
7676

7777
// Time format settings
7878
hourFormat: "H",

0 commit comments

Comments
 (0)