Skip to content

Commit

Permalink
Added briannesbitt#1966 Tamil before and after translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Dec 20, 2019
1 parent 005e761 commit 905f420
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions src/Carbon/Lang/ta.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* - Josh Soref
* - François B
* - JD Isaacks
* - Satheez
*/
return [
'year' => ':count வருடம்|:count ஆண்டுகள்',
Expand All @@ -39,6 +40,8 @@
's' => ':count விநா.',
'ago' => ':time முன்',
'from_now' => ':time இல்',
'before' => ':time முன்',
'after' => ':time பின்',
'diff_now' => 'இப்போது',
'diff_yesterday' => 'நேற்று',
'diff_tomorrow' => 'நாளை',
Expand Down
8 changes: 4 additions & 4 deletions tests/Localization/TaInTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ class TaInTest extends LocalizationTestCase
// Carbon::now()->addSecond()->diffForHumans(null, false, true)
'1 விநா. இல்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now())
'after',
'1 சில விநாடிகள் பின்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), false, true)
'after',
'1 விநா. பின்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond())
'before',
'1 சில விநாடிகள் முன்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond(), false, true)
'before',
'1 விநா. முன்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true)
'1 சில விநாடிகள்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true, true)
Expand Down
8 changes: 4 additions & 4 deletions tests/Localization/TaLkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ class TaLkTest extends LocalizationTestCase
// Carbon::now()->addSecond()->diffForHumans(null, false, true)
'1 விநா. இல்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now())
'after',
'1 சில விநாடிகள் பின்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), false, true)
'after',
'1 விநா. பின்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond())
'before',
'1 சில விநாடிகள் முன்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond(), false, true)
'before',
'1 விநா. முன்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true)
'1 சில விநாடிகள்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true, true)
Expand Down
8 changes: 4 additions & 4 deletions tests/Localization/TaMyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ class TaMyTest extends LocalizationTestCase
// Carbon::now()->addSecond()->diffForHumans(null, false, true)
'1 விநா. இல்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now())
'after',
'1 சில விநாடிகள் பின்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), false, true)
'after',
'1 விநா. பின்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond())
'before',
'1 சில விநாடிகள் முன்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond(), false, true)
'before',
'1 விநா. முன்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true)
'1 சில விநாடிகள்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true, true)
Expand Down
8 changes: 4 additions & 4 deletions tests/Localization/TaSgTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ class TaSgTest extends LocalizationTestCase
// Carbon::now()->addSecond()->diffForHumans(null, false, true)
'1 விநா. இல்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now())
'after',
'1 சில விநாடிகள் பின்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), false, true)
'after',
'1 விநா. பின்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond())
'before',
'1 சில விநாடிகள் முன்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond(), false, true)
'before',
'1 விநா. முன்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true)
'1 சில விநாடிகள்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true, true)
Expand Down
8 changes: 4 additions & 4 deletions tests/Localization/TaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ class TaTest extends LocalizationTestCase
// Carbon::now()->addSecond()->diffForHumans(null, false, true)
'1 விநா. இல்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now())
'after',
'1 சில விநாடிகள் பின்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), false, true)
'after',
'1 விநா. பின்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond())
'before',
'1 சில விநாடிகள் முன்',
// Carbon::now()->diffForHumans(Carbon::now()->addSecond(), false, true)
'before',
'1 விநா. முன்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true)
'1 சில விநாடிகள்',
// Carbon::now()->addSecond()->diffForHumans(Carbon::now(), true, true)
Expand Down

0 comments on commit 905f420

Please sign in to comment.