rails-i18n 0.2.0.beta2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +10 -0
- data/rails/locale/pl.yml +3 -0
- metadata +4 -6
data/README.md
CHANGED
@@ -45,6 +45,16 @@ Not-yet-ready locales are:
|
|
45
45
|
|
46
46
|
We always welcome your contributions!
|
47
47
|
|
48
|
+
## Gem translations
|
49
|
+
|
50
|
+
Gems that are often used with Rails may have their own
|
51
|
+
translations. These translations are kept in the [project root](http://github.com/svenfuchs/rails-i18n/tree/master/).
|
52
|
+
|
53
|
+
If you need one of these, simply copy the appropriate translation files
|
54
|
+
to `config/locales`.
|
55
|
+
|
56
|
+
cp rails-i18n/will_paginate/nl.yml my_app/config/locales/will_paginate.yml
|
57
|
+
|
48
58
|
## How to contribute
|
49
59
|
|
50
60
|
### Quick contribution
|
data/rails/locale/pl.yml
CHANGED
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 23
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
9
|
- 0
|
10
|
-
|
11
|
-
- 2
|
12
|
-
version: 0.2.0.beta2
|
10
|
+
version: 0.2.0
|
13
11
|
platform: ruby
|
14
12
|
authors:
|
15
13
|
- Rails I18n Group
|
@@ -17,7 +15,7 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2011-
|
18
|
+
date: 2011-12-04 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
21
|
name: i18n
|