fastlane-plugin-google_sheet_localize 0.1.80 → 0.1.81
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce447885950a99cc5a97b445cd4a5751f2b36e9ba97d901e14d3419533e29074
|
|
4
|
+
data.tar.gz: 947bfa273295e90913dd7216f5c71d5244157717c832a9216ba8f9e8c5132b76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 210739b976998cb6113fcf87c5eac08488e1815de6e3dc583a64847b572cf9359165262ddd5b337b985eb71cb42776bd2a25640b9671409769e5f34da20419fd
|
|
7
|
+
data.tar.gz: 3ea9df3300a4069b2a18e820bd86c4a7ee208d6fa847c221fc6fe7f16efb36fe7c184126e1fa1481618c01f8f3ecab295c686077c72e88e60d82b71bafcfe6ee
|
|
@@ -248,10 +248,10 @@ module Fastlane
|
|
|
248
248
|
|
|
249
249
|
text.dup.split("|").each_with_index { |word, wordIndex|
|
|
250
250
|
if wordIndex % 2 == 0
|
|
251
|
+
plural = "\t\t<item quantity=\"#{word}\">"
|
|
252
|
+
else
|
|
251
253
|
plural = plural + "<![CDATA[\"#{word}\"]]></item>\n"
|
|
252
254
|
line = line + plural
|
|
253
|
-
else
|
|
254
|
-
plural = "\t\t<item quantity=\"#{word}\">"
|
|
255
255
|
end
|
|
256
256
|
}
|
|
257
257
|
line = line + "\t</plurals>\n"
|