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
+4 -5
View File
@@ -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 : {