fix: restructure locale keys to use proper nesting for migrate section

The i18n system resolves dots as nested path separators, but migrate
keys were flat strings with dots in the key name. Restructure migrate
as a nested object with a title sub-key.
This commit is contained in:
Ricardo
2026-02-18 23:50:02 +01:00
parent deb9cb54a3
commit 43549c6334
4 changed files with 24 additions and 22 deletions

View File

@@ -23,7 +23,7 @@
url: mountPath + "/admin/activities"
},
{
title: __("activitypub.migrate"),
title: __("activitypub.migrate.title"),
url: mountPath + "/admin/migrate"
}
]}) }}