Skip to content

Commit 118c479

Browse files
committed
Amend locale readme
1 parent d7384c5 commit 118c479

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

frontend/src/components/SiteMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export function SiteMenu() {
190190

191191
return (
192192
<header className="navbar-expand-md">
193-
<div className="collapse navbar-collapse" id="navbar-menu">
193+
<div className="collapse navbar-collapse" id="navbar-menu">
194194
<div className="navbar">
195195
<div className="container-xl">
196196
<div className="row flex-column flex-md-row flex-fill align-items-center">

frontend/src/locale/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ not be complete by the time you're reading this:
3939

4040
- frontend/src/locale/src/[yourlang].json
4141
- frontend/src/locale/src/lang-list.json
42-
- frontend/src/locale/src/HelpDoc/*
42+
- frontend/src/locale/src/HelpDoc/[yourlang]/*
4343
- frontend/src/locale/IntlProvider.tsx
44+
- frontend/check-locales.cjs
4445

4546

4647
## Checking for missing translations in languages

frontend/src/locale/src/HelpDoc/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import * as de from "./de/index";
22
import * as en from "./en/index";
33
import * as ja from "./ja/index";
4+
import * as pl from "./pl/index";
45
import * as sk from "./sk/index";
56
import * as zh from "./zh/index";
6-
import * as pl from "./pl/index";
77

88
const items: any = { en, de, ja, sk, zh, pl };
99

0 commit comments

Comments
 (0)