mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-17 07:35:14 +00:00
Amend locale readme
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user