jekyll-task-i18n 1.0.6 → 1.0.7
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/lib/jekyll/task/i18n/version.rb +1 -1
- data/lib/jekyll/task/i18n.rb +0 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de80e6b3ffdb015d02f3cc9d5181ba7d3999c0a8fa71d984cccbecddebb1c940
|
|
4
|
+
data.tar.gz: 846fa2a8c2e93583797e352380388f92ebc412c106d7e72088a03f381a86f96c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 916b255b12f5746a0ae237da0755ee8007643b2738fa354cdf4c6d086cd777b245b23982a182672f452c15d06349195f569a166d48aa99e6e3bbe525e396901f
|
|
7
|
+
data.tar.gz: 71c8534505fcf2ff0e083cfb80d6b5aa1e623c16b6c3535dec592ef9dcda315a213f8e5598aab67127c21034cc749a2d25d4bde97a8d16c423bd38b26094edb5
|
data/lib/jekyll/task/i18n.rb
CHANGED
|
@@ -116,7 +116,6 @@ module Jekyll
|
|
|
116
116
|
if path.po_file.exist?
|
|
117
117
|
msgcat("--no-wrap",
|
|
118
118
|
"--output", path.edit_po_file.to_s,
|
|
119
|
-
"--update-po-revision-date",
|
|
120
119
|
path.po_file.to_s)
|
|
121
120
|
else
|
|
122
121
|
msginit("--input", path.source_pot_file.to_s,
|
|
@@ -141,7 +140,6 @@ module Jekyll
|
|
|
141
140
|
path.edit_po_file.to_s)
|
|
142
141
|
msgcat("--no-wrap",
|
|
143
142
|
"--output", path.edit_po_file.to_s,
|
|
144
|
-
"--update-po-revision-date",
|
|
145
143
|
path.edit_po_file.to_s)
|
|
146
144
|
end
|
|
147
145
|
if path.all_po_file.exist?
|
|
@@ -154,7 +152,6 @@ module Jekyll
|
|
|
154
152
|
path.edit_po_file.to_s)
|
|
155
153
|
msgcat("--no-wrap",
|
|
156
154
|
"--output", path.edit_po_file.to_s,
|
|
157
|
-
"--update-po-revision-date",
|
|
158
155
|
path.edit_po_file.to_s)
|
|
159
156
|
end
|
|
160
157
|
end
|