From 2d6fc412d036f58624815689a8f8d5772479c0ad Mon Sep 17 00:00:00 2001 From: Vancho Stojkov Date: Sun, 16 May 2021 01:11:35 +0200 Subject: Correct weekdays --- lib/locales/mk/date/weekday.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/locales/mk/date/weekday.js b/lib/locales/mk/date/weekday.js index 1e468f51..4170e05d 100644 --- a/lib/locales/mk/date/weekday.js +++ b/lib/locales/mk/date/weekday.js @@ -1,13 +1,13 @@ // Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847 module["exports"] = { wide: [ - "Sunday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday" + "недела", + "понеделник", + "вторник", + "среда", + "четврток", + "петок", + "сабота" ], // Property "wide_context" is optional, if not set then "wide" will be used instead // It is used to specify a word in context, which may differ from a stand-alone word -- cgit v1.2.3