mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Add missing i18n
This commit is contained in:
parent
477d6c1c79
commit
611124df04
1 changed files with 3 additions and 3 deletions
|
|
@ -91,17 +91,17 @@ Kirigami.ApplicationWindow {
|
||||||
currentIndex: pageStack.currentIndex
|
currentIndex: pageStack.currentIndex
|
||||||
|
|
||||||
TabButton {
|
TabButton {
|
||||||
text: "Foo"
|
text: i18n("History")
|
||||||
icon.name: "view-pim-contacts"
|
icon.name: "view-pim-contacts"
|
||||||
onClicked: pageStack.currentIndex = 0
|
onClicked: pageStack.currentIndex = 0
|
||||||
}
|
}
|
||||||
TabButton {
|
TabButton {
|
||||||
text: "Contacts"
|
text: i18n("Contacts")
|
||||||
icon.name: "view-pim-contacts"
|
icon.name: "view-pim-contacts"
|
||||||
onClicked: pageStack.currentIndex = 1
|
onClicked: pageStack.currentIndex = 1
|
||||||
}
|
}
|
||||||
TabButton {
|
TabButton {
|
||||||
text: "Dialer"
|
text: i18n("Dialer")
|
||||||
icon.name: "view-pim-contacts"
|
icon.name: "view-pim-contacts"
|
||||||
onClicked: pageStack.currentIndex = 2
|
onClicked: pageStack.currentIndex = 2
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue