trmnl-i18n 0.1.0 → 0.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
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +8 -10
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
- data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
- data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
- data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
- data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
- data/trmnl-i18n.gemspec +3 -3
- data.tar.gz.sig +0 -0
- metadata +28 -19
- metadata.gz.sig +0 -0
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trmnl-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- TRMNL
|
8
8
|
bindir: bin
|
9
9
|
cert_chain:
|
10
10
|
- |
|
11
11
|
-----BEGIN CERTIFICATE-----
|
12
|
-
|
12
|
+
MIIENjCCAp6gAwIBAgIBAjANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
|
13
13
|
a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
|
14
|
-
|
14
|
+
aW8wHhcNMjUwMzIyMTQ1NDE3WhcNMjYwMzIyMTQ1NDE3WjBBMQ8wDQYDVQQDDAZi
|
15
15
|
cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
|
16
16
|
GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
|
17
17
|
f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
|
@@ -21,20 +21,19 @@ cert_chain:
|
|
21
21
|
QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
|
22
22
|
hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
|
23
23
|
GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
|
24
|
-
Ywr1gd2ZME4QLSo+EXUtLxDUa/
|
24
|
+
Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaM5MDcw
|
25
25
|
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
26
|
+
F5wykJEVMA0GCSqGSIb3DQEBCwUAA4IBgQBlzRfyAYx/fCFjizS0Npxw4+4T3aYL
|
27
|
+
hbXoDqQRWjxuhFZcXUymhz3r8/Ltyri9lSof8grzB+8/+mrMVms7Gwt5qolk6zdn
|
28
|
+
FkySGy/jmpN12ldOHFbBEnyVBZNBvOBVb8zkkw8PhiHdBdXOUm4Jy39yJvBLfjcC
|
29
|
+
iM1aeWPmgPy1GbvZU+leRGZLt6dRIR9oCDXcWLRjha8xLMoz6Yn9fJBYexBA3iEz
|
30
|
+
h5S7pn4AX/JhVRiSyl8pAy4jEKydpyQrliH3gHkpNmUS/XDczP+9xX1bAB4BvqL2
|
31
|
+
NCxMcQ+hiJNqCKpPgHxaOOHZfIxV33logIuPEQ8NryHAwZ9ZWnwtYDE8kQGGKskI
|
32
|
+
Kkm6QT474hZl7MpwiJjWgW313CR7jUEekQahX1QxCxHPI7LSrKpno0plH3uWIOQp
|
33
|
+
KUlkb9uyACBgyRO52ZHiDVI8YvtU5O/j9pSes9/3XgvBeC1onx4qWp+uRX7eVsYS
|
34
|
+
GiijocTc3enZVrXERetaXj8/9XWs3fB3HWY=
|
36
35
|
-----END CERTIFICATE-----
|
37
|
-
date:
|
36
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
38
37
|
dependencies:
|
39
38
|
- !ruby/object:Gem::Dependency
|
40
39
|
name: railties
|
@@ -51,12 +50,12 @@ dependencies:
|
|
51
50
|
- !ruby/object:Gem::Version
|
52
51
|
version: '8.0'
|
53
52
|
email:
|
54
|
-
-
|
53
|
+
- engineering@usetrmnl.com
|
55
54
|
executables: []
|
56
55
|
extensions: []
|
57
56
|
extra_rdoc_files:
|
58
|
-
- README.adoc
|
59
57
|
- LICENSE
|
58
|
+
- README.adoc
|
60
59
|
files:
|
61
60
|
- LICENSE
|
62
61
|
- README.adoc
|
@@ -73,8 +72,10 @@ files:
|
|
73
72
|
- lib/trmnl/i18n/locales/custom_plugins/ja.yml
|
74
73
|
- lib/trmnl/i18n/locales/custom_plugins/ko.yml
|
75
74
|
- lib/trmnl/i18n/locales/custom_plugins/nl.yml
|
75
|
+
- lib/trmnl/i18n/locales/custom_plugins/pl.yml
|
76
76
|
- lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml
|
77
77
|
- lib/trmnl/i18n/locales/custom_plugins/raw.yml
|
78
|
+
- lib/trmnl/i18n/locales/custom_plugins/sv.yml
|
78
79
|
- lib/trmnl/i18n/locales/custom_plugins/uk.yml
|
79
80
|
- lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml
|
80
81
|
- lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml
|
@@ -91,14 +92,17 @@ files:
|
|
91
92
|
- lib/trmnl/i18n/locales/plugin_renders/ko.yml
|
92
93
|
- lib/trmnl/i18n/locales/plugin_renders/nl.yml
|
93
94
|
- lib/trmnl/i18n/locales/plugin_renders/no.yml
|
95
|
+
- lib/trmnl/i18n/locales/plugin_renders/pl.yml
|
94
96
|
- lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml
|
95
97
|
- lib/trmnl/i18n/locales/plugin_renders/raw.yml
|
98
|
+
- lib/trmnl/i18n/locales/plugin_renders/sv.yml
|
96
99
|
- lib/trmnl/i18n/locales/plugin_renders/uk.yml
|
97
100
|
- lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml
|
98
101
|
- lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml
|
99
102
|
- lib/trmnl/i18n/locales/web_ui/da.yml
|
100
103
|
- lib/trmnl/i18n/locales/web_ui/de-AT.yml
|
101
104
|
- lib/trmnl/i18n/locales/web_ui/de.yml
|
105
|
+
- lib/trmnl/i18n/locales/web_ui/en-GB.yml
|
102
106
|
- lib/trmnl/i18n/locales/web_ui/en.yml
|
103
107
|
- lib/trmnl/i18n/locales/web_ui/es-ES.yml
|
104
108
|
- lib/trmnl/i18n/locales/web_ui/fr.yml
|
@@ -109,12 +113,17 @@ files:
|
|
109
113
|
- lib/trmnl/i18n/locales/web_ui/ko.yml
|
110
114
|
- lib/trmnl/i18n/locales/web_ui/nl.yml
|
111
115
|
- lib/trmnl/i18n/locales/web_ui/no.yml
|
116
|
+
- lib/trmnl/i18n/locales/web_ui/pl.yml
|
112
117
|
- lib/trmnl/i18n/locales/web_ui/pt-BR.yml
|
113
118
|
- lib/trmnl/i18n/locales/web_ui/raw.yml
|
119
|
+
- lib/trmnl/i18n/locales/web_ui/sv.yml
|
114
120
|
- lib/trmnl/i18n/locales/web_ui/uk.yml
|
115
121
|
- lib/trmnl/i18n/locales/web_ui/zh-CN.yml
|
116
122
|
- lib/trmnl/i18n/locales/web_ui/zh-HK.yml
|
117
123
|
- lib/trmnl/i18n/railtie.rb
|
124
|
+
- lib/trmnl/i18n/synchronization/processor.rb
|
125
|
+
- lib/trmnl/i18n/synchronization/repo.rb
|
126
|
+
- lib/trmnl/i18n/synchronization/value_reducer.rb
|
118
127
|
- trmnl-i18n.gemspec
|
119
128
|
homepage: https://github.com/usetrmnl/trmnl-i18n
|
120
129
|
licenses:
|
@@ -140,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
149
|
- !ruby/object:Gem::Version
|
141
150
|
version: '0'
|
142
151
|
requirements: []
|
143
|
-
rubygems_version: 3.
|
152
|
+
rubygems_version: 3.7.0
|
144
153
|
specification_version: 4
|
145
154
|
summary: A collection of TRMNL locales.
|
146
155
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|