translation 1.27 → 1.28
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 +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1f78ea385869d502ec4daeca619a23dc864a895b82aa04b0fa427f46e4583ce
|
|
4
|
+
data.tar.gz: 78bbe090c7c48ba0293668133d8bdf47c79086a5e9f8b1c2ab2659c5394ffc7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a01235f81817cf33ffed15a30fff050d5728c4f458b7f1de98083e2070fee8e315a5cfee16018d1f48dc81994fb95a6f11d053467c3c9b4e3d24024e9a4eec6
|
|
7
|
+
data.tar.gz: 48c1efc18235c41e058e65f10ea8649953753c27fde5cea66e8618546c6b976b2aef2a16aa29f624e821321b44545b9722315898e2c211df2205f61c8e6e9695
|
data/README.md
CHANGED
|
@@ -98,7 +98,7 @@ You can keep your source YAML file automatically updated using [i18n-tasks](http
|
|
|
98
98
|
This gem adds the GetText support to Rails. We [strongly suggest](https://translation.io/blog/gettext-is-better-than-rails-i18n)
|
|
99
99
|
that you use GetText to translate your application since it allows an easier and more complete syntax.
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
Moreover, you won't need to create and manage any YAML file since your code will be
|
|
102
102
|
automatically scanned for any string to translate.
|
|
103
103
|
|
|
104
104
|
```ruby
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: translation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.28'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Hoste
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2022-01-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: gettext
|
|
@@ -23,7 +23,7 @@ dependencies:
|
|
|
23
23
|
version: 3.2.5
|
|
24
24
|
- - "<="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.
|
|
26
|
+
version: 3.4.2
|
|
27
27
|
type: :runtime
|
|
28
28
|
prerelease: false
|
|
29
29
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -36,7 +36,7 @@ dependencies:
|
|
|
36
36
|
version: 3.2.5
|
|
37
37
|
- - "<="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 3.
|
|
39
|
+
version: 3.4.2
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rake
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|