Skip to content

Commit 8c421dc

Browse files
committed
fix: clarify Klingon locale label
1 parent 6d88f4b commit 8c421dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ha_mcp/settings_ui/locales/tlh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"meta": {
3-
"native_name": "tlhIngan Hol",
3+
"native_name": "tlhIngan Hol (Klingon)",
44
"dir": "ltr"
55
},
66
"messages": {

tests/src/unit/test_settings_ui_i18n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def test_tlh_catalog_loads_and_is_registered() -> None:
242242
from ha_mcp.settings_ui._i18n import CATALOGS
243243

244244
assert "tlh" in CATALOGS
245-
assert CATALOGS["tlh"]["meta"]["native_name"] == "tlhIngan Hol"
245+
assert CATALOGS["tlh"]["meta"]["native_name"] == "tlhIngan Hol (Klingon)"
246246
assert CATALOGS["tlh"]["meta"]["dir"] == "ltr"
247247
assert CATALOGS["tlh"]["messages"]["actions.save"] == "pol"
248248

0 commit comments

Comments
 (0)