feat: add SYS-CAT-TODOS translation (v0.2.5)

This commit is contained in:
2026-04-15 14:09:14 +02:00
parent c954a245ca
commit f680633b59
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.2.4"
__version__ = "0.2.5"
+1
View File
@@ -6,6 +6,7 @@ from __future__ import annotations
# Extend as new system names are discovered.
SYSTEM_NAMES: dict[str, str] = {
"SYS-CAT-SHOPPINGLIST": "Einkaufsliste",
"SYS-CAT-TODOS": "Aufgaben",
}