Skip to content

Commit

Permalink
Merge pull request #122 from The-Hasanov/master
Browse files Browse the repository at this point in the history
Add azerbaijani language
  • Loading branch information
jenssegers committed Apr 16, 2015
2 parents c75e8a9 + ea0cdf1 commit f87cd0c
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 @@ -29,6 +29,7 @@ Languages
This package contains language files for the following languages:

- Arabic
- Azerbaijani
- Basque
- Brazilian Portuguese
- Bulgarian
Expand Down
48 changes: 48 additions & 0 deletions src/Lang/az.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?php

return array(

/*
|--------------------------------------------------------------------------
| 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 öncə',
'from_now' => ':time sonra',
'after' => ':time sonra',
'before' => ':time öncə',
'year' => ':count il',
'month' => ':count ay',
'week' => ':count həftə',
'day' => ':count gün',
'hour' => ':count saat',
'minute' => ':count dəqiqə',
'second' => ':count saniyə',

'january' => 'Yanvar',
'february' => 'Fevral',
'march' => 'Mart',
'april' => 'Aprel',
'may' => 'May',
'june' => 'İyun',
'july' => 'İyul',
'august' => 'Avqust',
'september' => 'Sentyabr',
'october' => 'Oktyabr',
'november' => 'Noyabr',
'december' => 'Dekabr',

'monday' => 'Bazar ertəsi',
'tuesday' => 'Çərşənbə axşamı',
'wednesday' => 'Çərşənbə',
'thursday' => 'Cümə axşamı',
'friday' => 'Cümə',
'saturday' => 'Şənbə',
'sunday' => 'Bazar',

);

0 comments on commit f87cd0c

Please sign in to comment.