mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 23:33:37 +00:00
mls (v4.6) (#2120)
## Description: mls for v26 Version identifier within MLS: v4.6 ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: aotumuri
This commit is contained in:
@@ -20,6 +20,7 @@ import hu from "../../resources/lang/hu.json";
|
||||
import it from "../../resources/lang/it.json";
|
||||
import ja from "../../resources/lang/ja.json";
|
||||
import ko from "../../resources/lang/ko.json";
|
||||
import mk from "../../resources/lang/mk.json";
|
||||
import nl from "../../resources/lang/nl.json";
|
||||
import pl from "../../resources/lang/pl.json";
|
||||
import pt_BR from "../../resources/lang/pt-BR.json";
|
||||
@@ -74,6 +75,7 @@ export class LangSelector extends LitElement {
|
||||
"sv-SE": sv_SE,
|
||||
"zh-CN": zh_CN,
|
||||
ko,
|
||||
mk,
|
||||
gl,
|
||||
sl,
|
||||
sk,
|
||||
|
||||
Reference in New Issue
Block a user