Skip to content

Commit

Permalink
Added bn_BD locale for Bangla language (ant-design#265)
Browse files Browse the repository at this point in the history
* added bn_BD for bangla language

* short
  • Loading branch information
AminulBD authored Jul 1, 2021
1 parent 9ba45e4 commit 2f5799f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/locale/bn_BD.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import type { Locale } from '../interface';

const locale: Locale = {
locale: 'bn_BD',
today: 'আজ',
now: 'এখন',
backToToday: 'আজকে ফিরে চলুন',
ok: 'ওকে',
clear: 'পরিস্কার',
month: 'মাস',
year: 'বছর',
timeSelect: 'সময় নির্বাচন',
dateSelect: 'তারিখ নির্বাচন',
weekSelect: 'সপ্তাহ পছন্দ করুন',
monthSelect: 'মাস পছন্দ করুন',
yearSelect: 'বছর পছন্দ করুন',
decadeSelect: 'একটি দশক পছন্দ করুন',
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'গত মাস (PageUp)',
nextMonth: 'আগামী মাস (PageDown)',
previousYear: 'গত বছর (Control + left)',
nextYear: 'আগামী বছর (Control + right)',
previousDecade: 'গত দশক',
nextDecade: 'পরের দশক',
previousCentury: 'গত শতাব্দী',
nextCentury: 'পরের শতাব্দী',
};

export default locale;

0 comments on commit 2f5799f

Please sign in to comment.