Skip to content

Commit

Permalink
Add Nepali lang
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanishh committed Aug 29, 2020
1 parent de0fc75 commit 96509d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locale/index.js
Expand Up @@ -31,6 +31,7 @@ import lv from './translations/lv'
import mk from './translations/mk'
import mn from './translations/mn'
import nbNO from './translations/nb-NO'
import ne from './translations/ne'
import nl from './translations/nl'
import pl from './translations/pl'
import ptBR from './translations/pt-BR'
Expand Down Expand Up @@ -83,6 +84,7 @@ export {
mk,
mn,
nbNO,
ne,
nl,
pl,
ptBR,
Expand Down
10 changes: 10 additions & 0 deletions src/locale/translations/ne.js
@@ -0,0 +1,10 @@
import Language from '../Language'

export default new Language(
'Nepali',
['जनवरी', 'फेब्रुअरी', 'मार्च', 'अप्रिल', 'मे', 'जून', 'जुलाई ', 'अगस्त', 'सेप्टेम्बर', 'अक्टुबर', 'नोभेम्बर', 'डिसेम्बर'],
['जन्', 'फेब', 'मा', 'अप्री', 'मे', 'जू', 'जुल', 'अग', 'सेप्', 'अक्ट', 'नोभ्', 'डिसे'],
['आइत', 'सोम', 'मंगल', 'बुध', 'बिही', 'शुक्र', 'शनि']
)
// eslint-disable-next-line
;

0 comments on commit 96509d1

Please sign in to comment.