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:
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user