translations: add setting language selection and related strings

This commit is contained in:
月月
2025-08-24 04:10:08 +08:00
parent 6df7482b3d
commit e6bb1a3fde
4 changed files with 78 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ Singleton {
function getLanguageCode() {
var configLang = "auto"
try {
configLang = ConfigOptions.language.ui
configLang = Config.options.language.ui
} catch (e) {
configLang = "auto"
}