Skip to content

Commit 3352b2d

Browse files
committed
apply more changes
1 parent 042a100 commit 3352b2d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

core/src/locale/he.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,39 @@ const locale: Localization = {
1212
},
1313
month: {
1414
'*': { prefix: 'ב' },
15+
empty: { text: 'כל חודש' },
1516
value: { text: '{{value.alt}}' },
1617
range: { text: '{{start.alt}}-{{end.alt}}' },
1718
},
1819
day: {
1920
'*': { prefix: 'ב' },
21+
empty: { text: 'כל יום' },
22+
value: { text: 'יום {{value.alt}} לחודש' },
2023
noSpecific: {
2124
text: 'ללא יום מוגדר',
2225
},
2326
},
2427
dayOfWeek: {
2528
'*': { prefix: 'ב' },
2629
empty: { text: 'כל יום מימות השבוע' },
27-
value: { text: '{{value.alt}}' },
30+
value: { text: 'ימי {{value.alt}}' },
2831
range: { text: '{{start.alt}}-{{end.alt}}' },
2932
noSpecific: {
3033
text: 'ללא יום בשבוע מוגדר',
3134
},
3235
},
3336
hour: {
3437
'*': { prefix: 'ב' },
38+
empty: { text: 'כל שעה' },
39+
value: { text: 'שעה {{value.text}}' },
3540
},
3641
minute: {
3742
'*': { prefix: ':' },
43+
empty: { text: 'כל דקה' },
3844
},
3945
second: {
4046
'*': { prefix: ':' },
47+
empty: { text: 'כל שניה' },
4148
},
4249
},
4350
minute: {

0 commit comments

Comments
 (0)