diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/mk/date/weekday.js | 14 |
1 files 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 |
