Integrate Japanese and Vietnamese translations

This commit is contained in:
Cameron Gutman
2021-05-13 00:24:00 -05:00
parent c55d184195
commit 54bd427f26
5 changed files with 22 additions and 2 deletions
+8
View File
@@ -794,6 +794,14 @@ Flickable {
text: "Español" // Spanish
val: StreamingPreferences.LANG_ES
}*/
ListElement {
text: "日本語" // Japanese
val: StreamingPreferences.LANG_JA
}
ListElement {
text: "Tiếng Việt" // Vietnamese
val: StreamingPreferences.LANG_VI
}
}
// ::onActivated must be used, as it only listens for when the index is changed by a human
onActivated : {