mls (v4.4) (#1753)

## Description:

mls for v25
Version identifier within MLS: v4.4

## 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
- [x] I have read and accepted the CLA agreement (only required once).

## 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-08-10 12:57:10 +09:00
committed by Scott Anderson
parent 0e0ec67dcd
commit 3863f52bb8
15 changed files with 689 additions and 20 deletions
+2
View File
@@ -26,6 +26,7 @@ import pl from "../../resources/lang/pl.json";
import pt_BR from "../../resources/lang/pt-BR.json";
import ru from "../../resources/lang/ru.json";
import sh from "../../resources/lang/sh.json";
import sk from "../../resources/lang/sk.json";
import sl from "../../resources/lang/sl.json";
import sv_SE from "../../resources/lang/sv-SE.json";
import tp from "../../resources/lang/tp.json";
@@ -75,6 +76,7 @@ export class LangSelector extends LitElement {
ko,
gl,
sl,
sk,
};
createRenderRoot() {