devise-i18n 1.2.0 → 1.3.0
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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/VERSION +1 -1
- data/app/views/devise/mailer/confirmation_instructions.html.erb +1 -1
- data/app/views/devise/mailer/reset_password_instructions.html.erb +1 -1
- data/app/views/devise/mailer/unlock_instructions.html.erb +1 -1
- data/lib/devise-i18n.rb +1 -0
- data/lib/devise-i18n/railtie.rb +4 -0
- data/lib/devise-i18n/view_helpers.rb +24 -0
- data/rails/locales/ar.yml +101 -101
- data/rails/locales/fr-CA.yml +20 -20
- data/rails/locales/fr.yml +19 -19
- data/rails/locales/id.yml +22 -22
- data/rails/locales/is.yml +70 -70
- data/rails/locales/it.yml +16 -16
- data/rails/locales/ja.yml +34 -34
- data/rails/locales/ko.yml +39 -39
- data/rails/locales/ms.yml +105 -103
- data/rails/locales/nb.yml +17 -17
- data/rails/locales/nn-NO.yml +19 -19
- data/rails/locales/no.yml +65 -65
- data/rails/locales/pt-BR.yml +7 -7
- data/rails/locales/sr.yml +13 -13
- data/rails/locales/tl.yml +136 -0
- data/rails/locales/ur.yml +136 -0
- data/rails/locales/zh-CN.yml +17 -17
- data/rails/locales/zh-TW.yml +15 -15
- metadata +19 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Dell
|
@@ -10,8 +10,22 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-
|
13
|
+
date: 2017-10-13 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: devise
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
18
|
+
requirements:
|
19
|
+
- - ">="
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '2.0'
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
version: '2.0'
|
15
29
|
- !ruby/object:Gem::Dependency
|
16
30
|
name: rspec
|
17
31
|
requirement: !ruby/object:Gem::Requirement
|
@@ -121,6 +135,7 @@ files:
|
|
121
135
|
- app/views/devise/unlocks/new.html.erb
|
122
136
|
- lib/devise-i18n.rb
|
123
137
|
- lib/devise-i18n/railtie.rb
|
138
|
+
- lib/devise-i18n/view_helpers.rb
|
124
139
|
- lib/generators/devise/i18n/locale_generator.rb
|
125
140
|
- lib/generators/devise/i18n/views_generator.rb
|
126
141
|
- lib/generators/devise/templates/simple_form_for/confirmations/new.html.erb
|
@@ -182,8 +197,10 @@ files:
|
|
182
197
|
- rails/locales/sr.yml
|
183
198
|
- rails/locales/sv.yml
|
184
199
|
- rails/locales/th.yml
|
200
|
+
- rails/locales/tl.yml
|
185
201
|
- rails/locales/tr.yml
|
186
202
|
- rails/locales/uk.yml
|
203
|
+
- rails/locales/ur.yml
|
187
204
|
- rails/locales/vi.yml
|
188
205
|
- rails/locales/yo.yml
|
189
206
|
- rails/locales/zh-CN.yml
|