ukrainian 2.3.1 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/init.rb +3 -0
- data/lib/ukrainian/locales/actionview.yml +5 -0
- data/ukrainian.gemspec +3 -2
- metadata +3 -2
data/VERSION.yml
CHANGED
data/init.rb
ADDED
@@ -112,6 +112,11 @@ uk:
|
|
112
112
|
few: "більше {{count}} років"
|
113
113
|
many: "більше {{count}} років"
|
114
114
|
other: "більше {{count}} року"
|
115
|
+
almost_x_years:
|
116
|
+
one: "майже {{count}} рік"
|
117
|
+
few: "майже {{count}} років"
|
118
|
+
many: "майже {{count}} років"
|
119
|
+
other: "майже {{count}} років"
|
115
120
|
prompts:
|
116
121
|
year: "Рік"
|
117
122
|
month: "Місяць"
|
data/ukrainian.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ukrainian}
|
8
|
-
s.version = "2.
|
8
|
+
s.version = "2.4.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["romanvbabenko"]
|
12
|
-
s.date = %q{2010-01-
|
12
|
+
s.date = %q{2010-01-19}
|
13
13
|
s.description = %q{Ukrainian language support for Ruby and Rails}
|
14
14
|
s.email = %q{romanvbabenko@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
"README.rdoc",
|
24
24
|
"Rakefile",
|
25
25
|
"VERSION.yml",
|
26
|
+
"init.rb",
|
26
27
|
"lib/ukrainian.rb",
|
27
28
|
"lib/ukrainian/backend/simple.rb",
|
28
29
|
"lib/ukrainian/locales/acitvesupport.yml",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ukrainian
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- romanvbabenko
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-19 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -48,6 +48,7 @@ files:
|
|
48
48
|
- README.rdoc
|
49
49
|
- Rakefile
|
50
50
|
- VERSION.yml
|
51
|
+
- init.rb
|
51
52
|
- lib/ukrainian.rb
|
52
53
|
- lib/ukrainian/backend/simple.rb
|
53
54
|
- lib/ukrainian/locales/acitvesupport.yml
|