feat(i18n): standardize bilingual catalogs and tooling

This commit is contained in:
Maofeng
2026-09-20 15:52:31 +08:00
parent ea00a71112
commit 6cd981d6a2
92 changed files with 685 additions and 1986 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export function DevtoolApp() {
const locale =
state.project.locales.find(
(locale) => locale !== state.project.sourceLocale
(candidateLocale) => candidateLocale !== state.project.sourceLocale
) ?? state.project.sourceLocale
if (!state.project.locales.includes(locale)) {