mls (v4.9) (#2487)

## Description:

mls for v27
Version identifier within MLS: v4.9

## 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:
Aotumuri
2025-11-21 11:51:14 -08:00
committed by GitHub
parent 26b965468f
commit b0e6661c97
8 changed files with 2200 additions and 351 deletions
+4
View File
@@ -8,9 +8,11 @@ import bn from "../../resources/lang/bn.json";
import cs from "../../resources/lang/cs.json";
import da from "../../resources/lang/da.json";
import de from "../../resources/lang/de.json";
import el from "../../resources/lang/el.json";
import en from "../../resources/lang/en.json";
import eo from "../../resources/lang/eo.json";
import es from "../../resources/lang/es.json";
import fa from "../../resources/lang/fa.json";
import fi from "../../resources/lang/fi.json";
import fr from "../../resources/lang/fr.json";
import gl from "../../resources/lang/gl.json";
@@ -51,6 +53,7 @@ export class LangSelector extends LitElement {
bg,
bn,
de,
el,
en,
es,
eo,
@@ -71,6 +74,7 @@ export class LangSelector extends LitElement {
cs,
he,
da,
fa,
fi,
"sv-SE": sv_SE,
"zh-CN": zh_CN,