rodauth-i18n 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67fa852edc03b87f43d72b657a5ba96805e99c0f3de2fcdeed8c78c31a6ae19f
4
- data.tar.gz: 5dabb3e9bdd0e6cfa3d63e0e5560bb9348c0de36c20189fd4ba3e6c60408a9b1
3
+ metadata.gz: e19be5ed3fd4082d3c9fdbae04769a9dd92c90f089c6c6600918d0e07ea20fa8
4
+ data.tar.gz: 25cbbc72237bb90521567f50953fe925a1f1fd364c2310f69c97463f215b8110
5
5
  SHA512:
6
- metadata.gz: 36e034a7ac17a21fff0cc6fe01f9ed686c1227300c084c6d9fdbb744a92da1d32f3d6fd659b05c81e28100700e6b1d3f000e2e2474585cac2e88cbb6e2601dad
7
- data.tar.gz: d2892676423abf99734cf533d866284c254cb1aedd700967271fd4e5578302f085e5fe6b450c52c569bc011351ad2166de074121fdeee9b6d9dce25caafb8da3
6
+ metadata.gz: 0ae07b09d88066865eb91052bc30db4a6347efb473895479c81e550b3a6466724fc54e2c04286ffb8b4c8be580955e39fad322be1f813122854ef3707450adf0
7
+ data.tar.gz: 980d3cb9424245f40271094f3e2f14decad7b095f95fb9870dc39851bb137ab6576fce6d2a5a17311f7982a0787ea02856de6b4448d6af6bd6b87b85f96ab20f
data/README.md CHANGED
@@ -6,22 +6,10 @@ It also includes built-in translations for various languages, which you are enco
6
6
 
7
7
  ## Installation
8
8
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem "rodauth-i18n", "~> 0.4"
13
- ```
14
-
15
- And then execute:
16
-
17
- ```sh
18
- $ bundle install
19
- ```
20
-
21
- Or install it yourself as:
9
+ Add the gem to your project:
22
10
 
23
11
  ```sh
24
- $ gem install rodauth-i18n
12
+ $ bundle add rodauth-i18n
25
13
  ```
26
14
 
27
15
  ## Usage
data/locales/en.yml CHANGED
@@ -42,7 +42,7 @@ en:
42
42
  email_auth_request_error_flash: There was an error requesting an email link to authenticate
43
43
  email_subject_prefix: ''
44
44
  expired_jwt_access_token_message: expired JWT access token
45
- global_logout_label: Logout all Logged In Sessons?
45
+ global_logout_label: Logout all Logged In Sessions?
46
46
  input_field_label_suffix: ''
47
47
  invalid_jwt_format_error_message: invalid JWT format or claim in Authorization header
48
48
  invalid_password_message: invalid password
@@ -142,6 +142,7 @@ en:
142
142
  reset_password_error_flash: There was an error resetting your password
143
143
  reset_password_explanatory_text: "<p>If you have forgotten your password, you can request a password reset:</p>"
144
144
  reset_password_notice_flash: Your password has been reset
145
+ reset_password_notify_email_subject: Password Reset Completed
145
146
  reset_password_page_title: Reset Password
146
147
  reset_password_request_button: Request Password Reset
147
148
  reset_password_request_error_flash: There was an error requesting a password reset
data/rodauth-i18n.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "rodauth-i18n"
5
- spec.version = "0.5.1"
5
+ spec.version = "0.5.2"
6
6
  spec.authors = ["Janko Marohnić"]
7
7
  spec.email = ["janko@hey.com"]
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodauth-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janko Marohnić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-29 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rodauth