mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-08 17:52:50 +00:00
mls (v4.5) (#2020)
## Description: mls for v26 Version identifier within MLS: v4.5 ## 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:
@@ -16,12 +16,14 @@ import fr from "../../resources/lang/fr.json";
|
||||
import gl from "../../resources/lang/gl.json";
|
||||
import he from "../../resources/lang/he.json";
|
||||
import hi from "../../resources/lang/hi.json";
|
||||
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 nl from "../../resources/lang/nl.json";
|
||||
import pl from "../../resources/lang/pl.json";
|
||||
import pt_BR from "../../resources/lang/pt-BR.json";
|
||||
import pt_PT from "../../resources/lang/pt-PT.json";
|
||||
import ru from "../../resources/lang/ru.json";
|
||||
import sh from "../../resources/lang/sh.json";
|
||||
import sk from "../../resources/lang/sk.json";
|
||||
@@ -54,9 +56,11 @@ export class LangSelector extends LitElement {
|
||||
fr,
|
||||
it,
|
||||
hi,
|
||||
hu,
|
||||
ja,
|
||||
nl,
|
||||
pl,
|
||||
"pt-PT": pt_PT,
|
||||
"pt-BR": pt_BR,
|
||||
ru,
|
||||
sh,
|
||||
|
||||
Reference in New Issue
Block a user