Skip to content

Commit

Permalink
Merge 08e28f9 into b842ccb
Browse files Browse the repository at this point in the history
  • Loading branch information
goksiii committed Dec 29, 2016
2 parents b842ccb + 08e28f9 commit cff3ec6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ This package contains language files for the following languages:
- Romanian
- Russian
- Thai
- Serbian
- Serbian (latin)
- Serbian (cyrillic)
- Slovak
- Slovenian
- Spanish
Expand Down
48 changes: 48 additions & 0 deletions src/Lang/sr-SP.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' => 'pre :time',
'from_now' => 'za :time',
'after' => 'nakon :time',
'before' => ':time ranije',
'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' => 'januar',
'february' => 'februar',
'march' => 'mart',
'april' => 'april',
'may' => 'maj',
'june' => 'jun',
'july' => 'jul',
'august' => 'avgust',
'september' => 'septembar',
'october' => 'oktobar',
'november' => 'novembar',
'december' => 'decembar',

'monday' => 'ponedeljak',
'tuesday' => 'utorak',
'wednesday' => 'sreda',
'thursday' => 'četvrtak',
'friday' => 'petak',
'saturday' => 'subota',
'sunday' => 'nedelja',

];

0 comments on commit cff3ec6

Please sign in to comment.