Skip to content

Commit 2f5799f

Browse files
authored
Added bn_BD locale for Bangla language (#265)
* added bn_BD for bangla language * short
1 parent 9ba45e4 commit 2f5799f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/locale/bn_BD.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: 'bn_BD',
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: 'D/M/YYYY HH:mm:ss',
22+
monthBeforeYear: true,
23+
previousMonth: 'গত মাস (PageUp)',
24+
nextMonth: 'আগামী মাস (PageDown)',
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)