feat: add SYS-CAT-TODOS translation (v0.2.5)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mcp-familywall"
|
name = "mcp-familywall"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
description = "MCP server for Family Wall — read your family's lists and tasks via Claude"
|
description = "MCP server for Family Wall — read your family's lists and tasks via Claude"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.2.4"
|
__version__ = "0.2.5"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ from __future__ import annotations
|
|||||||
# Extend as new system names are discovered.
|
# Extend as new system names are discovered.
|
||||||
SYSTEM_NAMES: dict[str, str] = {
|
SYSTEM_NAMES: dict[str, str] = {
|
||||||
"SYS-CAT-SHOPPINGLIST": "Einkaufsliste",
|
"SYS-CAT-SHOPPINGLIST": "Einkaufsliste",
|
||||||
|
"SYS-CAT-TODOS": "Aufgaben",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user