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.
Files changed (3) hide show
  1. data/README.md +10 -0
  2. data/rails/locale/pl.yml +3 -0
  3. 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
@@ -225,6 +225,9 @@ pl:
225
225
  body: "Błędy dotyczą następujących pól:"
226
226
 
227
227
  activerecord:
228
+ attributes:
229
+ created_at: "Stworzony"
230
+ updated_at: "Zaktualizowany"
228
231
  errors:
229
232
  messages:
230
233
  <<: *errors_messages
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: 62196359
5
- prerelease: 6
4
+ hash: 23
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 0
10
- - beta
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-11-28 00:00:00 Z
18
+ date: 2011-12-04 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: i18n