mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Enable Spanish and Traditional Chinese language options
This commit is contained in:
@@ -789,11 +789,10 @@ Flickable {
|
|||||||
text: "русский" // Russian
|
text: "русский" // Russian
|
||||||
val: StreamingPreferences.LANG_RU
|
val: StreamingPreferences.LANG_RU
|
||||||
}
|
}
|
||||||
// Don't list Spanish until it is more complete
|
ListElement {
|
||||||
/*ListElement {
|
|
||||||
text: "Español" // Spanish
|
text: "Español" // Spanish
|
||||||
val: StreamingPreferences.LANG_ES
|
val: StreamingPreferences.LANG_ES
|
||||||
}*/
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
text: "日本語" // Japanese
|
text: "日本語" // Japanese
|
||||||
val: StreamingPreferences.LANG_JA
|
val: StreamingPreferences.LANG_JA
|
||||||
@@ -830,10 +829,10 @@ Flickable {
|
|||||||
text: "Українська" // Ukrainian
|
text: "Українська" // Ukrainian
|
||||||
val: StreamingPreferences.LANG_UK
|
val: StreamingPreferences.LANG_UK
|
||||||
} */
|
} */
|
||||||
/* ListElement {
|
ListElement {
|
||||||
text: "繁体字" // Traditional Chinese
|
text: "繁体字" // Traditional Chinese
|
||||||
val: StreamingPreferences.LANG_ZH_HANT
|
val: StreamingPreferences.LANG_ZH_HANT
|
||||||
} */
|
}
|
||||||
}
|
}
|
||||||
// ::onActivated must be used, as it only listens for when the index is changed by a human
|
// ::onActivated must be used, as it only listens for when the index is changed by a human
|
||||||
onActivated : {
|
onActivated : {
|
||||||
|
|||||||
Reference in New Issue
Block a user