Aqara_localizable 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbf09c7da40f156a14ad3a0dbfdc5305ebac729efea9f0bdc8f2b6001661263e
|
4
|
+
data.tar.gz: b03412d3bd6aeb77abcfd6e9aec48fbbca7995198c2feb7e1841747a752b3fd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34f0034ad3d38935d4b98914e5285c518d1216c22e78b7a6f8d1675de844c820f8b2cae98278ece624115ba65f368edcfc5202b5c1aba1523f9d927048ad9a79
|
7
|
+
data.tar.gz: 57371e5c944b00fdb18e7579eade2d2cececf20a9281f53d5cf9b20a4f906f7f30b08dc63bb9a6003344a04ded75a124cdfe14dff681b96c57dc0ac026e9317e
|
@@ -91,7 +91,7 @@ if __name__ == '__main__':
|
|
91
91
|
filepath = f'{target_path}/hit_all_str.xlsx'
|
92
92
|
|
93
93
|
platformUniteStrDict = file_util.readXlsxFileToDict(filepath)
|
94
|
-
print(len(platformUniteStrDict))
|
94
|
+
print(f'\033[4;36m多语言Key总数:{len(platformUniteStrDict)}\033[0m')
|
95
95
|
isIndexLan = False
|
96
96
|
if isIndexLan:
|
97
97
|
addIndex(platformUniteStrDict)
|
@@ -138,7 +138,7 @@ if __name__ == '__main__':
|
|
138
138
|
ifs.close()
|
139
139
|
|
140
140
|
codePath = f'{localizable_path}/AqaraHome/Common/Frameworks/LMFramework.bundle'
|
141
|
-
print(f'
|
141
|
+
print(f'\033[1;35m校对下替换的位置是否正确:{codePath}\033[0m')
|
142
142
|
if os.path.exists(codePath):
|
143
143
|
copyLocalizedToDestPath(iosStringListPath,codePath)
|
144
144
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Aqara_localizable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zhaoxifan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|