Skip to content

Commit

Permalink
Avoid changes in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Feb 13, 2025
1 parent d0508a6 commit bda1f58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/qml/pages/Settings-huami-shortcuts.qml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ PagePL {
function displayName(name) {
const translations = {
"status": qsTr("Status"),
"hr": qsTr("HR"),
"hr": qsTr("Heartrate"),
"workout": qsTr("Workout"),
"weather": qsTr("Weather"),
"notifications": qsTr("Notifications"),
"more": qsTr("More"),
"dnd": qsTr("DND"),
"alarm": qsTr("Alarm"),
"dnd": qsTr("Do Not Disturb"),
"alarm": qsTr("Alarms"),
"takephoto": qsTr("Take Photo"),
"music": qsTr("Music"),
"stopwatch": qsTr("Stopwatch"),
Expand Down

0 comments on commit bda1f58

Please sign in to comment.