Skip to content

Commit

Permalink
Added Bangla Language
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikhan committed Aug 30, 2016
1 parent 43c792a commit 21a745a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This package contains language files for the following languages:
- Albanian
- Arabic
- Azerbaijani
- Bangla
- Basque
- Brazilian Portuguese
- Bulgarian
Expand Down
48 changes: 48 additions & 0 deletions src/Lang/bd.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/

'ago' => ':time পূর্বে',
'from_now' => ':time এখন থেকে',
'after' => ':time পরে',
'before' => ':time আগে',
'year' => '1 বছর',
'month' => '1 মাস',
'week' => '1 সপ্তাহ',
'day' => '1 দিন',
'hour' => '1 ঘন্টা',
'minute' => '1 মিনিট',
'second' => '1 সেকেন্ড',

'january' => 'জানুয়ারী',
'february' => 'ফেব্রুয়ারি',
'march' => 'মার্চ',
'april' => 'এপ্রিল',
'may' => 'মে',
'june' => 'জুন',
'july' => 'জুলাই',
'august' => 'আগস্ট',
'september' => 'সেপ্টেম্বর',
'october' => 'অক্টোবর',
'november' => 'নভেম্বর',
'december' => 'ডিসেম্বর',

'monday' => 'সোমবার',
'tuesday' => 'মঙ্গলবার',
'wednesday' => 'বুধবার',
'thursday' => 'বৃহস্পতিবার',
'friday' => 'শুক্রবার',
'saturday' => 'শনিবার',
'sunday' => 'রবিবার',

];

0 comments on commit 21a745a

Please sign in to comment.