Commit 85c7ae360a739a56c888e95451252a276c6d5e59
Committed by
GitHub
1 parent
05e219e0
Update hi-IN.js
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/locale/lang/hi-IN.js
| ... | ... | @@ -2,11 +2,11 @@ import setLang from '../lang'; |
| 2 | 2 | |
| 3 | 3 | const lang = { |
| 4 | 4 | i: { |
| 5 | - locale: 'en-US', | |
| 5 | + locale: 'hi-IN', | |
| 6 | 6 | select: { |
| 7 | - placeholder: 'Select', | |
| 8 | - noMatch: 'No matching data', | |
| 9 | - loading: 'Loading' | |
| 7 | + placeholder: 'कृपया चुने|', | |
| 8 | + noMatch: 'कोई आकड़ा उपलब्ध नहीं है|', | |
| 9 | + loading: 'लोड हो रहा है' | |
| 10 | 10 | }, |
| 11 | 11 | table: { |
| 12 | 12 | noDataText: 'No Data', | ... | ... |