polish 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/lib/polish/locale/activerecord.yml +2 -2
- metadata +12 -5
data/Rakefile
CHANGED
@@ -12,11 +12,11 @@ pl:
|
|
12
12
|
too_long:
|
13
13
|
one: "jest za długie (maksymalnie {{count}} znak)"
|
14
14
|
few: "jest za długie (maksymalnie {{count}} znaki)"
|
15
|
-
|
15
|
+
other: "jest za długie (maksymalnie {{count}} znaków)"
|
16
16
|
too_short:
|
17
17
|
one: "jest za krótkie (minimalnie {{count}} znak)"
|
18
18
|
few: "jest za krótkie (minimalnie {{count}} znaki)"
|
19
|
-
|
19
|
+
other: "jest za krótkie (minimalnie {{count}} znaków)"
|
20
20
|
wrong_length: "jest nieprawidłowej długości (powinna wynosić {{count}} znaków)"
|
21
21
|
taken: "zostało już zajęte"
|
22
22
|
not_a_number: "nie jest liczbą"
|
metadata
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polish
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 0
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
5
10
|
platform: ruby
|
6
11
|
authors:
|
7
12
|
- Grzesiek Kolodziejczyk
|
@@ -9,7 +14,7 @@ autorequire: polish
|
|
9
14
|
bindir: bin
|
10
15
|
cert_chain: []
|
11
16
|
|
12
|
-
date:
|
17
|
+
date: 2010-03-25 00:00:00 +01:00
|
13
18
|
default_executable:
|
14
19
|
dependencies: []
|
15
20
|
|
@@ -119,18 +124,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
124
|
requirements:
|
120
125
|
- - ">="
|
121
126
|
- !ruby/object:Gem::Version
|
127
|
+
segments:
|
128
|
+
- 0
|
122
129
|
version: "0"
|
123
|
-
version:
|
124
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
125
131
|
requirements:
|
126
132
|
- - ">="
|
127
133
|
- !ruby/object:Gem::Version
|
134
|
+
segments:
|
135
|
+
- 0
|
128
136
|
version: "0"
|
129
|
-
version:
|
130
137
|
requirements: []
|
131
138
|
|
132
139
|
rubyforge_project:
|
133
|
-
rubygems_version: 1.3.
|
140
|
+
rubygems_version: 1.3.6
|
134
141
|
signing_key:
|
135
142
|
specification_version: 3
|
136
143
|
summary: Polish language support for Ruby and Rails
|