Integrate Thai and Korean translations

This commit is contained in:
Cameron Gutman
2021-05-22 13:44:45 -05:00
parent 0094305299
commit ebe9356937
18 changed files with 504 additions and 484 deletions
+8
View File
@@ -802,6 +802,14 @@ Flickable {
text: "Tiếng Việt" // Vietnamese
val: StreamingPreferences.LANG_VI
}
ListElement {
text: "ภาษาไทย" // Thai
val: StreamingPreferences.LANG_TH
}
ListElement {
text: "한국어" // Korean
val: StreamingPreferences.LANG_KO
}
}
// ::onActivated must be used, as it only listens for when the index is changed by a human
onActivated : {