-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from The-Hasanov/master
Add azerbaijani language
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
|
||
); |