Skip to content

Commit 2b28203

Browse files
nerozeNiraj Maharjan
andauthored
Internationalization added for nepali language (#525)
Co-authored-by: Niraj Maharjan <[email protected]>
1 parent edac25e commit 2b28203

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/locale/ne_NP.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import type { Locale } from '../interface';
2+
3+
const locale: Locale = {
4+
locale: 'ne_NP',
5+
today: 'आज',
6+
now: 'अब',
7+
backToToday: 'आज फर्कनुहोस्',
8+
ok: 'ठिक छ',
9+
clear: 'खाली गर्नुहोस्',
10+
month: 'महिना',
11+
year: 'वर्ष',
12+
timeSelect: 'समय चयन गर्नुहोस्',
13+
dateSelect: 'मिति चयन गर्नुहोस्',
14+
weekSelect: 'एक हप्ता छान्नुहोस्',
15+
monthSelect: 'एक महिना छान्नुहोस्',
16+
yearSelect: 'एक वर्ष छान्नुहोस्',
17+
decadeSelect: 'एक दशक छान्नुहोस्',
18+
yearFormat: 'YYYY',
19+
dateFormat: 'M/D/YYYY',
20+
dayFormat: 'D',
21+
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
22+
monthBeforeYear: true,
23+
previousMonth: 'अघिल्लो महिना (पृष्ठ माथि)',
24+
nextMonth: 'अर्को महिना (पृष्ठ तल)',
25+
previousYear: 'गत वर्ष (Control + left)',
26+
nextYear: 'आउने साल (Control + right)',
27+
previousDecade: 'पछिल्लो दशक',
28+
nextDecade: 'अर्को दशक',
29+
previousCentury: 'पछिल्लो शताब्दी',
30+
nextCentury: 'अर्को शताब्दी',
31+
};
32+
33+
export default locale;

0 commit comments

Comments
 (0)