diff --git a/images/NordicWalking-symbolic.svg b/images/NordicWalking-symbolic.svg new file mode 100644 index 0000000..62d8e45 --- /dev/null +++ b/images/NordicWalking-symbolic.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/images/NordicWalking.svg b/images/NordicWalking.svg new file mode 100644 index 0000000..5312cd6 --- /dev/null +++ b/images/NordicWalking.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + diff --git a/qml/components/Sports.qml b/qml/components/Sports.qml index 8df1821..87ec02f 100644 --- a/qml/components/Sports.qml +++ b/qml/components/Sports.qml @@ -9,10 +9,11 @@ Item { i18n.tr("Walk"), i18n.tr("Drive"), i18n.tr("Hike"), + i18n.tr("Nordic walking"), i18n.tr("Unicycle") ] //List of available sports not translatable to be used as property value for each track - readonly property var name: ["Run","BikeRide","Walk","Drive","Hike","Unicycle"] + readonly property var name: ["Run","BikeRide","Walk","Drive","Hike","NordicWalking","Unicycle"] // index of the selected sport when editing/importing/saving a track property int selected: -1 // index of the sport selected in the first dialog popped up while tracking a new activity