Amend locale readme

This commit is contained in:
Jamie Curnow
2025-11-14 08:34:16 +10:00
parent d7384c568f
commit 118c4793e3
3 changed files with 4 additions and 3 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,9 +1,9 @@
import * as de from "./de/index";
import * as en from "./en/index";
import * as ja from "./ja/index";
import * as pl from "./pl/index";
import * as sk from "./sk/index";
import * as zh from "./zh/index";
import * as pl from "./pl/index";
const items: any = { en, de, ja, sk, zh, pl };