aboutsummaryrefslogtreecommitdiff
path: root/src/locales/he
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/he
parenta0010900205ed8b1d1ba2adefe222c1cb41c1a70 (diff)
downloadfaker-c2b21d836d4dab83ce6cbbcdee1b00c683ad3e40.tar.xz
faker-c2b21d836d4dab83ce6cbbcdee1b00c683ad3e40.zip
refactor(date): remove duplicate context of date definitions (#1915)
Diffstat (limited to 'src/locales/he')
-rw-r--r--src/locales/he/date/month.ts33
-rw-r--r--src/locales/he/date/weekday.ts23
2 files changed, 2 insertions, 54 deletions
diff --git a/src/locales/he/date/month.ts b/src/locales/he/date/month.ts
index dce72267..64f530eb 100644
--- a/src/locales/he/date/month.ts
+++ b/src/locales/he/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: [
'Jan',
'Feb',
@@ -43,20 +28,4 @@ export default {
'Nov',
'Dec',
],
- // 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: [
- 'Jan',
- 'Feb',
- 'Mar',
- 'Apr',
- 'May',
- 'Jun',
- 'Jul',
- 'Aug',
- 'Sep',
- 'Oct',
- 'Nov',
- 'Dec',
- ],
};
diff --git a/src/locales/he/date/weekday.ts b/src/locales/he/date/weekday.ts
index 8f2defd1..96033965 100644
--- a/src/locales/he/date/weekday.ts
+++ b/src/locales/he/date/weekday.ts
@@ -8,27 +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: [
- 'יום א׳',
- 'יום ב׳',
- 'יום ג׳',
- 'יום ד׳',
- 'יום ה׳',
- 'יום ו׳',
- 'שבת',
- ],
};