From 5eadfc52fcfb78c26a54e02e6250b12e84e7a0ec Mon Sep 17 00:00:00 2001 From: Avid Maulana Saputra Date: Wed, 3 Feb 2016 19:57:15 +0700 Subject: [PATCH 1/3] add indonesian --- lib/dotiw/locale/id.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/dotiw/locale/id.yml diff --git a/lib/dotiw/locale/id.yml b/lib/dotiw/locale/id.yml new file mode 100644 index 0000000..207490d --- /dev/null +++ b/lib/dotiw/locale/id.yml @@ -0,0 +1,25 @@ +id: + datetime: + dotiw: + seconds: + one: 1 detik + other: "%{count} detik" + minutes: + one: 1 menit + other: "%{count} menit" + hours: + one: 1 jam + other: "%{count} jam" + days: + one: 1 hari + other: "%{count} hari" + weeks: + one: 1 minggu + other: "%{count} minggu" + months: + one: 1 bulan + other: "%{count} bulan" + years: + one: 1 tahun + other: "%{count} tahun" + less_than_x: "kurang dari %{distance}" From 15fc3786098576c1137ed22fad30bbc1983cc3bb Mon Sep 17 00:00:00 2001 From: Avid Maulana Saputra Date: Wed, 3 Feb 2016 20:11:08 +0700 Subject: [PATCH 2/3] update travis.yml --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9fa89a..814d494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ rvm: - - 2.1.3 + - 2.3.0 + - 2.2.4 + - 2.1.8 - 2.0.0 - 1.9.3 - jruby-19mode +before_install: + - gem update --system + - gem update bundler +install: "bundle install" From baf7448d0068e6748296553a43145f01266d4f3c Mon Sep 17 00:00:00 2001 From: Avid Maulana Saputra Date: Wed, 3 Feb 2016 19:57:15 +0700 Subject: [PATCH 3/3] add indonesian --- lib/dotiw/locale/id.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lib/dotiw/locale/id.yml diff --git a/lib/dotiw/locale/id.yml b/lib/dotiw/locale/id.yml new file mode 100644 index 0000000..207490d --- /dev/null +++ b/lib/dotiw/locale/id.yml @@ -0,0 +1,25 @@ +id: + datetime: + dotiw: + seconds: + one: 1 detik + other: "%{count} detik" + minutes: + one: 1 menit + other: "%{count} menit" + hours: + one: 1 jam + other: "%{count} jam" + days: + one: 1 hari + other: "%{count} hari" + weeks: + one: 1 minggu + other: "%{count} minggu" + months: + one: 1 bulan + other: "%{count} bulan" + years: + one: 1 tahun + other: "%{count} tahun" + less_than_x: "kurang dari %{distance}"