Skip to content

Commit

Permalink
Merge pull request #163 from tomicakorac/master
Browse files Browse the repository at this point in the history
Fixed typo in 'August' in Serbian; Added Serbo-croatian (sh.php) for backwards compatibility.
  • Loading branch information
jenssegers committed Oct 26, 2015
2 parents 50c1848 + 1b410d4 commit 9c72d1d
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions src/Lang/sh.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' => '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',

);
2 changes: 1 addition & 1 deletion src/Lang/sr.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'may' => 'мај',
'june' => 'јун',
'july' => 'јул',
'august' => 'авгус',
'august' => 'август',
'september' => 'септембар',
'october' => 'октобар',
'november' => 'новембар',
Expand Down

0 comments on commit 9c72d1d

Please sign in to comment.