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: 61295867eef4935018be1f7b7fe6a02185e79b10aa30588763895ff1a08cb90a
4
- data.tar.gz: 3f2d1fcd1300cb4bc04f910ecd8bf5ee58b73a6c20efab49bdbc2ecd6f9519fb
3
+ metadata.gz: ce447885950a99cc5a97b445cd4a5751f2b36e9ba97d901e14d3419533e29074
4
+ data.tar.gz: 947bfa273295e90913dd7216f5c71d5244157717c832a9216ba8f9e8c5132b76
5
5
  SHA512:
6
- metadata.gz: d5f3532e09b92e20633f9bb4a84828a0461157d9f3d4ca1a3e82d20cb64c2f256193c1049145128f2d9b09f2d9344ddb2e1b44ef0435227ce0d3437ec52a72a8
7
- data.tar.gz: 0513146bb8677c96e9f327e14bfb705c8b8dee43a43e5eeb01141a657f052c17f83f99740acd021c4fafccd3c9d5a4d4f903da92c4e77a001ff99c5c003ee334
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"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoogleSheetLocalize
3
- VERSION = "0.1.80"
3
+ VERSION = "0.1.81"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-google_sheet_localize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.80
4
+ version: 0.1.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Hahn