rodauth-i18n 0.5.1 → 0.5.2
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 +2 -14
- data/locales/en.yml +2 -1
- data/rodauth-i18n.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e19be5ed3fd4082d3c9fdbae04769a9dd92c90f089c6c6600918d0e07ea20fa8
|
|
4
|
+
data.tar.gz: 25cbbc72237bb90521567f50953fe925a1f1fd364c2310f69c97463f215b8110
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
-
$
|
|
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
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2022-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rodauth
|