dotiw 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 7691af154ccf2d78155f2cadbe16892e7cdaa610
4
- data.tar.gz: a3914c07a06b0f0b8d71729b6370b8cb229ddf98
2
+ SHA256:
3
+ metadata.gz: 452b08e7e56c1727f5a05056ea6b6f5d61465eae7661b026b226b9e43c6e2919
4
+ data.tar.gz: '0687798a0b46e6d69b56936aa78b850f9d778cb3089109b93587507243205b02'
5
5
  SHA512:
6
- metadata.gz: cd3e531b53c1cd59a2deba60f7e5e1b1ffb71f394291005c713f2923fe5144b4455231e553cf7beed241557800e94b1a2cf13a3f74bf364e8f42a50507252b61
7
- data.tar.gz: 9e4bca4903567af3bbf6e75bfed78d236358e19e9a8aa04cafe0a71e519d77817437174f680585abbd7a359d4be52c628ccd846359286721409ee836f0a760b3
6
+ metadata.gz: 57e70d36c9a7fbd88af495f454318cf91775cf58eb5fe0854f3ad2ca97ef3c8727f30dd1ba695977dbc62d820d7d8cbc92f715bb4480914014717eab1487d1bf
7
+ data.tar.gz: 555464020ec01e55ee22d171465ff577b1cdb9790be50baf00f694c83847ede0d79874787f76cebe6eeca822c03d02fb9dbdc6410e0c63e2151955c780f99aca
@@ -0,0 +1,46 @@
1
+ ar:
2
+ datetime:
3
+ dotiw:
4
+ seconds:
5
+ one: ثانية
6
+ two: ثانيتين
7
+ few: "%{count} ثواني"
8
+ many: "%{count} ثواني"
9
+ other: "%{count} ثواني"
10
+ minutes:
11
+ one: دقيقة
12
+ two: دقيقتين
13
+ few: "%{count} دقائق"
14
+ many: "%{count} دقائق"
15
+ other: "%{count} دقائق"
16
+ hours:
17
+ one: ساعة
18
+ two: ساعتين
19
+ few: "%{count} ساعات"
20
+ many: "%{count} ساعات"
21
+ other: "%{count} ساعات"
22
+ days:
23
+ one: يوم
24
+ two: يومان
25
+ few: "%{count} أيام"
26
+ many: "%{count} أيام"
27
+ other: "%{count} أيام"
28
+ weeks:
29
+ one: أسبوع
30
+ two: إسبوعين
31
+ few: "%{count} أسابيع"
32
+ many: "%{count} أسابيع"
33
+ other: "%{count} أسابيع"
34
+ months:
35
+ one: شهر
36
+ two: شهرين
37
+ few: "%{count} أشهر"
38
+ many: "%{count} أشهر"
39
+ other: "%{count} أشهر"
40
+ years:
41
+ one: سنة
42
+ two: سنتان
43
+ few: "%{count} سنوات"
44
+ many: "%{count} سنوات"
45
+ other: "%{count} سنوات"
46
+ less_than_x: أقل من %{distance}
@@ -0,0 +1,25 @@
1
+ ko:
2
+ datetime:
3
+ dotiw:
4
+ seconds:
5
+ one: 일 초
6
+ other: "%{count} 초"
7
+ minutes:
8
+ one: 일 분
9
+ other: "%{count} 분"
10
+ hours:
11
+ one: 한 시간
12
+ other: "%{count} 시간"
13
+ days:
14
+ one: 하루
15
+ other: "%{count} 일"
16
+ weeks:
17
+ one: 일주
18
+ other: "%{count} 주"
19
+ months:
20
+ one: 한 달
21
+ other: "%{count} 달"
22
+ years:
23
+ one: 일년
24
+ other: "%{count} 년"
25
+ less_than_x: "%{distance} 미만"
@@ -0,0 +1,25 @@
1
+ zh-CN:
2
+ datetime:
3
+ dotiw:
4
+ seconds:
5
+ one: 1 秒
6
+ other: "%{count} 秒"
7
+ minutes:
8
+ one: 1 分钟
9
+ other: "%{count} 分钟"
10
+ hours:
11
+ one: 1 小时
12
+ other: "%{count} 小时"
13
+ days:
14
+ one: 1 天
15
+ other: "%{count} 天"
16
+ weeks:
17
+ one: 1 周
18
+ other: "%{count} 周"
19
+ months:
20
+ one: 1 月
21
+ other: "%{count} 月"
22
+ years:
23
+ one: 1 年
24
+ other: "%{count} 年"
25
+ less_than_x: "小于 %{distance}"
data/lib/dotiw/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module DOTIW
4
- VERSION = "4.0.0"
4
+ VERSION = "4.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dotiw
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Bigg
@@ -151,6 +151,7 @@ files:
151
151
  - gemfiles/rails_5.1.gemfile
152
152
  - lib/dotiw.rb
153
153
  - lib/dotiw/action_view_ext/helpers/date_helper.rb
154
+ - lib/dotiw/locale/ar.yml
154
155
  - lib/dotiw/locale/da.yml
155
156
  - lib/dotiw/locale/de.yml
156
157
  - lib/dotiw/locale/en.yml
@@ -159,11 +160,13 @@ files:
159
160
  - lib/dotiw/locale/id.yml
160
161
  - lib/dotiw/locale/it.yml
161
162
  - lib/dotiw/locale/ja.yml
163
+ - lib/dotiw/locale/ko.yml
162
164
  - lib/dotiw/locale/nb.yml
163
165
  - lib/dotiw/locale/nl.yml
164
166
  - lib/dotiw/locale/pl.yml
165
167
  - lib/dotiw/locale/pt-BR.yml
166
168
  - lib/dotiw/locale/ru.yml
169
+ - lib/dotiw/locale/zh-CN.yml
167
170
  - lib/dotiw/time_hash.rb
168
171
  - lib/dotiw/version.rb
169
172
  - spec/lib/dotiw_spec.rb
@@ -188,11 +191,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
191
  version: '0'
189
192
  requirements: []
190
193
  rubyforge_project:
191
- rubygems_version: 2.5.2
194
+ rubygems_version: 2.7.3
192
195
  signing_key:
193
196
  specification_version: 4
194
197
  summary: Better distance_of_time_in_words for Rails
195
198
  test_files:
196
199
  - spec/lib/dotiw_spec.rb
197
200
  - spec/spec_helper.rb
198
- has_rdoc: