Skip to content

Commit 042a100

Browse files
committed
apply review changes
1 parent 4057aed commit 042a100

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

core/src/locale/he.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ const locale: Localization = {
66
suffix: '',
77
text: 'לא ידוע',
88
'*': {
9-
empty: { text: 'בכל {{field.id}}' },
109
value: { text: '{{value.text}}' },
1110
range: { text: '{{start.text}}-{{end.text}}' },
12-
everyX: { text: 'בכל {{every.value}}' },
11+
everyX: { text: 'כל {{every.value}}' },
1312
},
1413
month: {
1514
'*': { prefix: 'ב' },
@@ -51,7 +50,7 @@ const locale: Localization = {
5150
prefix: 'ב',
5251
suffix: 'דקות',
5352
},
54-
empty: { text: 'בכל' },
53+
empty: { text: 'כל' },
5554
},
5655
},
5756
day: {
@@ -67,7 +66,7 @@ const locale: Localization = {
6766
},
6867
},
6968
year: {
70-
text: 'Year',
69+
text: 'שנה',
7170
dayOfWeek: {
7271
'*': { prefix: 'ו' },
7372
},
@@ -84,7 +83,7 @@ const locale: Localization = {
8483
prefix: 'ב',
8584
suffix: 'שניות',
8685
},
87-
empty: { text: 'בכל' },
86+
empty: { text: 'כל' },
8887
},
8988
},
9089
'q-hour': {

0 commit comments

Comments
 (0)