aboutsummaryrefslogtreecommitdiff
path: root/src/locales/mk
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-03-15 00:47:36 +0700
committerGitHub <[email protected]>2023-03-14 18:47:36 +0100
commitc2b21d836d4dab83ce6cbbcdee1b00c683ad3e40 (patch)
tree8c2f7419e14be6b83471512d969d20efddc08702 /src/locales/mk
parenta0010900205ed8b1d1ba2adefe222c1cb41c1a70 (diff)
downloadfaker-c2b21d836d4dab83ce6cbbcdee1b00c683ad3e40.tar.xz
faker-c2b21d836d4dab83ce6cbbcdee1b00c683ad3e40.zip
refactor(date): remove duplicate context of date definitions (#1915)
Diffstat (limited to 'src/locales/mk')
-rw-r--r--src/locales/mk/date/month.ts33
-rw-r--r--src/locales/mk/date/weekday.ts15
2 files changed, 2 insertions, 46 deletions
diff --git a/src/locales/mk/date/month.ts b/src/locales/mk/date/month.ts
index bfd7f911..34631ccc 100644
--- a/src/locales/mk/date/month.ts
+++ b/src/locales/mk/date/month.ts
@@ -13,22 +13,7 @@ export default {
'ноември',
'декември',
],
- // 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
- wide_context: [
- 'јануари',
- 'февруари',
- 'март',
- 'април',
- 'мај',
- 'јуни',
- 'јули',
- 'август',
- 'септември',
- 'октомври',
- 'ноември',
- 'декември',
- ],
+
abbr: [
'јан',
'фев',
@@ -43,20 +28,4 @@ export default {
'ное',
'дек',
],
- // Property "abbr_context" is optional, if not set then "abbr" will be used instead
- // It is used to specify a word in context, which may differ from a stand-alone word
- abbr_context: [
- 'јан',
- 'фев',
- 'мар',
- 'апр',
- 'мај',
- 'јун',
- 'јул',
- 'авг',
- 'сеп',
- 'окт',
- 'ное',
- 'дек',
- ],
};
diff --git a/src/locales/mk/date/weekday.ts b/src/locales/mk/date/weekday.ts
index 1c0e35bf..cd829ec6 100644
--- a/src/locales/mk/date/weekday.ts
+++ b/src/locales/mk/date/weekday.ts
@@ -8,19 +8,6 @@ export default {
'петок',
'сабота',
],
- // 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
- wide_context: [
- 'недела',
- 'понеделник',
- 'вторник',
- 'среда',
- 'четврток',
- 'петок',
- 'сабота',
- ],
+
abbr: ['нед', 'пон', 'вто', 'сре', 'чет', 'пет', 'саб'],
- // Property "abbr_context" is optional, if not set then "abbr" will be used instead
- // It is used to specify a word in context, which may differ from a stand-alone word
- abbr_context: ['нед', 'пон', 'вто', 'сре', 'чет', 'пет', 'саб'],
};