@tuya-miniapp/ark-extension-virtual-device 1.7.2 → 1.7.3-beta-1
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/worker/index.js +2 -2
- package/package.json +1 -1
package/dist/worker/index.js
CHANGED
|
@@ -220712,7 +220712,7 @@ var require_package2 = __commonJS({
|
|
|
220712
220712
|
"package.json"(exports, module2) {
|
|
220713
220713
|
module2.exports = {
|
|
220714
220714
|
name: "@tuya-miniapp/ark-extension-virtual-device",
|
|
220715
|
-
version: "1.7.2
|
|
220715
|
+
version: "1.7.2",
|
|
220716
220716
|
license: "MIT",
|
|
220717
220717
|
files: [
|
|
220718
220718
|
"manifest.json",
|
|
@@ -266154,7 +266154,7 @@ var parseI18nCheckResult = async () => {
|
|
|
266154
266154
|
const langCheck = i18nMap[key] ?? {};
|
|
266155
266155
|
for (const lang of langs) {
|
|
266156
266156
|
langCheck[lang] = key in result[lang];
|
|
266157
|
-
if (!langCheck[lang]) {
|
|
266157
|
+
if (!langCheck[lang] && ["zh", "en"].includes(lang)) {
|
|
266158
266158
|
errorKeys.push(key);
|
|
266159
266159
|
}
|
|
266160
266160
|
}
|