Merge pull request #577 from MrDowntempo/feature/boomer-clock

Added option for an analog style clock on the calendar screen.
This commit is contained in:
Lysec
2025-10-25 11:37:49 +02:00
committed by GitHub
9 changed files with 195 additions and 44 deletions
+4
View File
@@ -630,6 +630,10 @@
"show-events": {
"label": "Kalenderereignisse anzeigen",
"description": "Ereignisse im Kalender-Panel anzeigen."
},
"use-analog": {
"description": "Eine Analoguhr auf dem Kalenderbildschirm anzeigen.",
"label": "Analoge Uhr verwenden"
}
}
},
+4
View File
@@ -630,6 +630,10 @@
"show-events": {
"label": "Show calendar events",
"description": "Display events in the calendar panel."
},
"use-analog": {
"label": "Use analog style clock",
"description": "Show an analog style clock on the calendar screen."
}
}
},
+4
View File
@@ -630,6 +630,10 @@
"show-events": {
"label": "Mostrar eventos del calendario",
"description": "Mostrar eventos en el panel del calendario."
},
"use-analog": {
"description": "Mostrar un reloj de estilo analógico en la pantalla del calendario.",
"label": "Usar reloj de estilo analógico"
}
}
},
+4
View File
@@ -630,6 +630,10 @@
"show-events": {
"label": "Afficher les événements du calendrier",
"description": "Afficher les événements dans le panneau du calendrier."
},
"use-analog": {
"description": "Afficher une horloge de style analogique sur l'écran du calendrier.",
"label": "Utiliser une horloge de style analogique."
}
}
},
+4
View File
@@ -592,6 +592,10 @@
"show-events": {
"label": "Mostrar eventos do calendário",
"description": "Exibir eventos no painel do calendário."
},
"use-analog": {
"description": "Mostrar um relógio estilo analógico na tela do calendário.",
"label": "Use um relógio de estilo analógico."
}
}
},
+4
View File
@@ -630,6 +630,10 @@
"show-events": {
"label": "显示日历事件",
"description": "在日历面板中显示事件。"
},
"use-analog": {
"description": "在日历屏幕上显示一个模拟时钟。",
"label": "使用模拟时钟样式"
}
}
},