feat(i18n): standardize bilingual catalogs and tooling
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user