Commit d03a3f2362560851367c21062555cc67351a74fe
Committed by
GitHub
1 parent
85c7ae36
Update hi-IN.js
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/locale/lang/hi-IN.js
... | ... | @@ -21,7 +21,7 @@ const lang = { |
21 | 21 | startTime: 'Start Time', |
22 | 22 | endTime: 'End Time', |
23 | 23 | clear: 'Clear', |
24 | - ok: 'OK', | |
24 | + ok: 'ठीक', | |
25 | 25 | datePanelLabel: '[mmmm] [yyyy]', |
26 | 26 | month: 'Month', |
27 | 27 | month1: 'January', |
... | ... | @@ -71,11 +71,11 @@ const lang = { |
71 | 71 | notFoundText: 'Not Found' |
72 | 72 | }, |
73 | 73 | modal: { |
74 | - okText: 'OK', | |
74 | + okText: 'ठीक', | |
75 | 75 | cancelText: 'Cancel' |
76 | 76 | }, |
77 | 77 | poptip: { |
78 | - okText: 'OK', | |
78 | + okText: 'ठीक', | |
79 | 79 | cancelText: 'Cancel' |
80 | 80 | }, |
81 | 81 | page: { | ... | ... |