Update hi-IN.js
This commit is contained in:
parent
05e219e000
commit
85c7ae360a
1 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@ import setLang from '../lang';
|
|||
|
||||
const lang = {
|
||||
i: {
|
||||
locale: 'en-US',
|
||||
locale: 'hi-IN',
|
||||
select: {
|
||||
placeholder: 'Select',
|
||||
noMatch: 'No matching data',
|
||||
loading: 'Loading'
|
||||
placeholder: 'कृपया चुने|',
|
||||
noMatch: 'कोई आकड़ा उपलब्ध नहीं है|',
|
||||
loading: 'लोड हो रहा है'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'No Data',
|
||||
|
|
Loading…
Add table
Reference in a new issue