Update locale strings.

Add a new project.
Remove the datas for test.
This commit is contained in:
Bruce
2026-04-06 18:46:51 +08:00
parent 48954e5206
commit fafff1bc5c
12 changed files with 256 additions and 1139 deletions

View File

@@ -509,7 +509,7 @@
supportDisplay.classList.add("not-support");
supportDisplay.classList.remove("support");
}
supportDisplay.setAttribute("title", strutils.format("OS Min Version: {0}, Architecture: {1}", support.showOsminversionText, support.showArchitectureText));
supportDisplay.setAttribute("title", strutils.format(Bridge.Resources.byname("IDS_PREINSTALL_SUITCONDITION"), support.showOsminversionText, support.showArchitectureText));
}
}

File diff suppressed because it is too large Load Diff