ai-yuca 1.3.4 → 1.3.5
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.
- package/dist/package.json +1 -1
- package/dist/src/pullCrowdin.js +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
package/dist/src/pullCrowdin.js
CHANGED
|
@@ -317,7 +317,7 @@ async function getTransLateFiles(gcpClient, config) {
|
|
|
317
317
|
// 创建语言目录
|
|
318
318
|
mkDirs(langDir);
|
|
319
319
|
if (langFiles && langFiles.length > 0) {
|
|
320
|
-
console.log('langFiles', langFiles);
|
|
320
|
+
console.log('langFiles', langFiles.map((file) => file.name));
|
|
321
321
|
for (const file of langFiles) {
|
|
322
322
|
try {
|
|
323
323
|
// 直接从GCP下载
|