File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ const locale: Localization = {
6
6
suffix : '' ,
7
7
text : 'לא ידוע' ,
8
8
'*' : {
9
- empty : { text : 'בכל {{field.id}}' } ,
10
9
value : { text : '{{value.text}}' } ,
11
10
range : { text : '{{start.text}}-{{end.text}}' } ,
12
- everyX : { text : 'בכל {{every.value}}' } ,
11
+ everyX : { text : 'כל {{every.value}}' } ,
13
12
} ,
14
13
month : {
15
14
'*' : { prefix : 'ב' } ,
@@ -51,7 +50,7 @@ const locale: Localization = {
51
50
prefix : 'ב' ,
52
51
suffix : 'דקות' ,
53
52
} ,
54
- empty : { text : 'בכל ' } ,
53
+ empty : { text : 'כל ' } ,
55
54
} ,
56
55
} ,
57
56
day : {
@@ -67,7 +66,7 @@ const locale: Localization = {
67
66
} ,
68
67
} ,
69
68
year : {
70
- text : 'Year ' ,
69
+ text : 'שנה ' ,
71
70
dayOfWeek : {
72
71
'*' : { prefix : 'ו' } ,
73
72
} ,
@@ -84,7 +83,7 @@ const locale: Localization = {
84
83
prefix : 'ב' ,
85
84
suffix : 'שניות' ,
86
85
} ,
87
- empty : { text : 'בכל ' } ,
86
+ empty : { text : 'כל ' } ,
88
87
} ,
89
88
} ,
90
89
'q-hour' : {
You can’t perform that action at this time.
0 commit comments