Merge branch 'develop' into develop

This commit is contained in:
jc21
2025-11-14 15:25:10 +10:00
committed by GitHub
4 changed files with 32 additions and 22 deletions

View File

@@ -39,8 +39,9 @@ not be complete by the time you're reading this:
- frontend/src/locale/src/[yourlang].json
- frontend/src/locale/src/lang-list.json
- frontend/src/locale/src/HelpDoc/*
- frontend/src/locale/src/HelpDoc/[yourlang]/*
- frontend/src/locale/IntlProvider.tsx
- frontend/check-locales.cjs
## Checking for missing translations in languages

View File

@@ -1,10 +1,10 @@
import * as de from "./de/index";
import * as en from "./en/index";
import * as ja from "./ja/index";
import * as sk from "./sk/index";
import * as zh from "./zh/index";
import * as pl from "./pl/index";
import * as ru from "./ru/index";
import * as sk from "./sk/index";
import * as zh from "./zh/index";
const items: any = { en, de, ja, sk, zh, pl, ru };