Localizzazione EN di default: qsTr() su tutte le stringhe QML, catalogo italiano translations/harbour-calibreweb_it.ts, lrelease+install .qm nello spec (pattern quill), .pro aggiornato

This commit is contained in:
2026-08-19 16:17:30 +02:00
parent 9758f2b528
commit e3ba9b5e87
12 changed files with 360 additions and 52 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ Dialog {
SilicaListView {
anchors.fill: parent
header: DialogHeader { title: "Indice" }
header: DialogHeader { title: qsTr("Table of contents") }
model: dialog.model
delegate: ListItem {
@@ -35,7 +35,7 @@ Dialog {
ViewPlaceholder {
enabled: dialog.model.length === 0
text: "Nessun capitolo"
text: qsTr("No chapters")
}
}
}