l10n: Update

This commit is contained in:
2024-05-05 16:34:38 +08:00
parent a8e88983e2
commit 8d2b4983c0
19 changed files with 2446 additions and 389 deletions

View File

@ -143,7 +143,7 @@ class AutoL10nTools {
if (key == "@@locale") continue;
final mapValue = jsonMap[key].toString();
if (mapValue.contains("{") && mapValue.contains("}")) {
print("skipping args value === $mapValue");
// print("skipping args value === $mapValue");
continue;
}
// 使用 CheckContainsVisitor.visitStringLiteral 获取是否有匹配的值 ,返回 true false