Integrate Czech and Polish translations

This commit is contained in:
Cameron Gutman
2022-05-07 14:32:07 -05:00
parent 4e8618c512
commit 092c0a7392
5 changed files with 21 additions and 1 deletions
+8
View File
@@ -871,6 +871,14 @@ Flickable {
text: "हिन्दी, हिंदी" // Hindi
val: StreamingPreferences.LANG_HI
} */
ListElement {
text: "Język polski" // Polish
val: StreamingPreferences.LANG_PL
}
ListElement {
text: "Čeština" // Czech
val: StreamingPreferences.LANG_CS
}
}
// ::onActivated must be used, as it only listens for when the index is changed by a human
onActivated : {