text:i18nc("%1 is month name, %2 is year","%1 %2",Qt.locale().standaloneMonthName(selectedDate.getMonth()),String(selectedDate.getFullYear()))
text:i18ndc("kirigami-addons","%1 is month name, %2 is year","%1 %2",Qt.locale().standaloneMonthName(selectedDate.getMonth()),String(selectedDate.getFullYear()))
level:1
}
QQC2.ToolButton{
...
...
@@ -179,7 +179,7 @@ QQC2.Control {
QQC2.TabButton{
id:daysViewCheck
Layout.fillWidth:true
text:i18n("Days")
text:i18nc("kirigami-addons","Days")
onClicked:pickerView.currentIndex=0// dayGrid is first item in pickerView