mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 04:24:45 +08:00
l10n: Update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user