Skip to content

Commit

Permalink
Merge a0ce1e9 into f64f64e
Browse files Browse the repository at this point in the history
  • Loading branch information
sineld committed Jul 3, 2014
2 parents f64f64e + a0ce1e9 commit 46cf928
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This package contains language files for the following languages:
- Serbian
- Spanish
- Swedish (incomplete)
- Turkish (incomplete)
- Turkish

You can easily add new languages by adding a new language file to the *lang* directory. These language entries support pluralization. By using a "pipe" character, you may separate the singular and plural forms of a string:

Expand Down
18 changes: 9 additions & 9 deletions src/lang/tr/date.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

'ago' => ':time önce',
'from now' => ':time sonra',
'after' => '',
'before' => '',
'year' => ':count yıl',
'month' => ':count ay',
'week' => ':count hafta',
'day' => ':count gün',
'hour' => ':count saat',
'minute' => ':count dakika',
'second' => ':count saniye',
'after' => ':time sonra',
'before' => ':time önce',
'year' => '1 yıl|:count yıl',
'month' => '1 ay|:count ay',
'week' => '1 hafta|:count hafta',
'day' => '1 gün|:count gün',
'hour' => '1 saat|:count saat',
'minute' => '1 dakika|:count dakika',
'second' => '1 saniye|:count saniye',

'january' => 'Ocak',
'february' => 'Şubat',
Expand Down

0 comments on commit 46cf928

Please sign in to comment.