Skip to content

Commit 6218016

Browse files
authored
Translation to Indonesian Language (jimmiw#1)
Hello, this is my contribution for indonesian language. Please attach this commit to your project.
1 parent 5c09f10 commit 6218016

File tree

1 file changed

+29
-0
lines changed
  • src/Westsworld/TimeAgo/Translations

1 file changed

+29
-0
lines changed
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
3+
namespace Westsworld\TimeAgo\Translations;
4+
5+
use \Westsworld\TimeAgo\Language;
6+
7+
/**
8+
* Indonesian translations
9+
*/
10+
class En extends Language
11+
{
12+
public function __construct()
13+
{
14+
$this->setTranslations([
15+
'aboutOneDay' => "1 hari",
16+
'aboutOneHour' => "1 jam",
17+
'aboutOneMonth' => "1 bulan",
18+
'aboutOneYear' => "1 tahun",
19+
'days' => "%s hari",
20+
'hours' => "%s bulan",
21+
'lessThanAMinute' => "baru saja",
22+
'lessThanOneHour' => "%s menit",
23+
'months' => "%s bulan",
24+
'oneMinute' => "1 menit",
25+
'years' => "%s tahun",
26+
'never' => 'Tidak pernah'
27+
]);
28+
}
29+
}

0 commit comments

Comments
 (0)