-
-
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 #163 from tomicakorac/master
Fixed typo in 'August' in Serbian; Added Serbo-croatian (sh.php) for backwards compatibility.
- Loading branch information
Showing
2 changed files
with
49 additions
and
1 deletion.
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
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' => 'pre :time', | ||
'from_now' => 'za :time', | ||
'after' => 'nakon :time', | ||
'before' => ':time raniјe', | ||
'year' => ':count godina|:count godine|:count godina', | ||
'month' => ':count mesec|:count meseca|:count meseci', | ||
'week' => ':count nedelja|:count nedelje|:count nedelja', | ||
'day' => ':count dan|:count dana|:count dana', | ||
'hour' => ':count čas|:count časa|:count časova', | ||
'minute' => ':count minut|:count minuta|:count minuta', | ||
'second' => ':count sekund|:count sekunda|:count sekundi', | ||
|
||
'january' => 'јanuar', | ||
'february' => 'februar', | ||
'march' => 'mart', | ||
'april' => 'april', | ||
'may' => 'maј', | ||
'june' => 'јun', | ||
'july' => 'јul', | ||
'august' => 'avgust', | ||
'september' => 'septembar', | ||
'october' => 'oktobar', | ||
'november' => 'novembar', | ||
'december' => 'decembar', | ||
|
||
'monday' => 'ponedeljak', | ||
'tuesday' => 'utorak', | ||
'wednesday' => 'sreda', | ||
'thursday' => 'četvrtak', | ||
'friday' => 'petak', | ||
'saturday' => 'subota', | ||
'sunday' => 'nedelja', | ||
|
||
); |
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