Enable Spanish and Traditional Chinese language options

This commit is contained in:
Cameron Gutman 2021-12-11 14:32:38 -06:00
parent eb7f184848
commit 9579b2c85e

View file

@ -789,11 +789,10 @@ Flickable {
text: "русский" // Russian
val: StreamingPreferences.LANG_RU
}
// Don't list Spanish until it is more complete
/*ListElement {
ListElement {
text: "Español" // Spanish
val: StreamingPreferences.LANG_ES
}*/
}
ListElement {
text: "日本語" // Japanese
val: StreamingPreferences.LANG_JA
@ -830,10 +829,10 @@ Flickable {
text: "Українська" // Ukrainian
val: StreamingPreferences.LANG_UK
} */
/* ListElement {
ListElement {
text: "繁体字" // Traditional Chinese
val: StreamingPreferences.LANG_ZH_HANT
} */
}
}
// ::onActivated must be used, as it only listens for when the index is changed by a human
onActivated : {