devise-i18n-views 0.1.0 → 0.1.1
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/VERSION +1 -1
- data/config/locales/en.yml +1 -0
- data/config/locales/it.yml +2 -1
- data/devise-i18n-views.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/config/locales/en.yml
CHANGED
|
@@ -43,6 +43,7 @@ en:
|
|
|
43
43
|
didn_t_receive_confirmation_instructions: "Didn't receive confirmation instructions?"
|
|
44
44
|
didn_t_receive_unlock_instructions: "Didn't receive unlock instructions?"
|
|
45
45
|
forgot_your_password: "Forgot your password?"
|
|
46
|
+
sign_in: "Sign in"
|
|
46
47
|
sign_up: "Sign up"
|
|
47
48
|
sign_in_with_provider: "Sign in with %{provider}"
|
|
48
49
|
unlocks:
|
data/config/locales/it.yml
CHANGED
|
@@ -42,7 +42,8 @@ it:
|
|
|
42
42
|
links:
|
|
43
43
|
forgot_your_password: "Password dimenticata?"
|
|
44
44
|
sign_up: "Registrati"
|
|
45
|
-
|
|
45
|
+
sign_in: "Accedi"
|
|
46
|
+
sign_in_with_provider: "Accedi con %{provider}"
|
|
46
47
|
didn_t_receive_confirmation_instructions: "Non hai ricevuto le istruzioni per la conferma?"
|
|
47
48
|
didn_t_receive_unlock_instructions: "Non hai ricevuto le istruzioni per lo sblocco?"
|
|
48
49
|
unlocks:
|
data/devise-i18n-views.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-i18n-views
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -89,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
version: '0'
|
|
90
90
|
segments:
|
|
91
91
|
- 0
|
|
92
|
-
hash:
|
|
92
|
+
hash: 1097205621276434082
|
|
93
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
none: false
|
|
95
95
|
requirements:
|