fastlane-plugin-google_sheet_localize 0.1.70 → 0.1.71
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: 6d39216784efa647478e422659a77e6e3d1dcf1d7fcf4fc2560e541dd1f0f9d2
|
|
4
|
+
data.tar.gz: 144b97afe4c6afb624283bd5657893523b9b89e44d6a0f84ee7ffc2a8c29acd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f31d65df1f0423fcc421c3d7738a303c25a7a22a02fb2fd118639d3b5f4a146321645470b36acdc4d5d54f05641cd2277b5576ca2de2968fa3b94033dc7688c
|
|
7
|
+
data.tar.gz: e11de4088833461f54e01ccb2ba0c406ef364865baa8715c961b569875b81331b151905783ff3b631d4133386aad5f62d51d58f6e89424ded8dd961d4cfbea4b
|
data/README.md
CHANGED
|
@@ -19,6 +19,10 @@ to use our plugin you have to duplicate this google sheet: https://docs.google.c
|
|
|
19
19
|
Google Drive access token:
|
|
20
20
|
https://medium.com/@osanda.deshan/getting-google-oauth-access-token-using-google-apis-18b2ba11a11a
|
|
21
21
|
|
|
22
|
+
* The language_titles (the columns which should be exported)
|
|
23
|
+
* The default_language (If a string is not present in a specific language, this is the fallback)
|
|
24
|
+
* The base_language (The language which is placed in the base values folder)
|
|
25
|
+
|
|
22
26
|
## Example
|
|
23
27
|
|
|
24
28
|
```ruby
|
|
@@ -104,7 +104,7 @@ module Fastlane
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
File.open(swiftFilepath, "w") do |f|
|
|
107
|
-
f.write("import Foundation\n\n// swiftlint:disable
|
|
107
|
+
f.write("import Foundation\n\n// swiftlint:disable all\npublic struct Localization {\n")
|
|
108
108
|
filteredItems.each { |item|
|
|
109
109
|
|
|
110
110
|
identifier = item['identifierIos']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.
|
|
4
|
+
version: 0.1.71
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mario Hahn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-02-
|
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google_drive
|