Architecture review fixes: partials carry the locale, mountable locales/, shared core words
CI / full-gate (push) Successful in 2m36s

This commit is contained in:
2026-08-03 23:12:18 +02:00
parent 245d1ad5b5
commit 6440c543e5
48 changed files with 337 additions and 118 deletions
+10
View File
@@ -37,6 +37,16 @@ const messages = {
"brand.sub": "Console",
// Generic UI verbs every screen needs. A plugin reuses these (the lookup falls through to core)
// and keeps its own catalog for its domain words — see README → Languages.
"common.add": "Add",
"common.cancel": "Cancel",
"common.delete": "Delete",
"common.edit": "Edit",
"common.new": "New",
"common.remove": "Remove",
"common.save": "Save",
"consent.allow": "Allow",
"consent.deny": "Deny",
"consent.notYou": "Not you?",