fix(i18n): enforce strict flat-file structure, restore middleware, and config search

This commit is contained in:
dyzulk
2026-01-09 10:07:09 +07:00
parent 22ccda27fb
commit a37e39676a
8 changed files with 109 additions and 29 deletions

15
pages/_meta.en.json Normal file
View File

@@ -0,0 +1,15 @@
{
"index": {
"title": "Home",
"type": "page",
"display": "hidden"
},
"guide": {
"title": "User Guide",
"type": "page"
},
"developer": {
"title": "Developer API",
"type": "page"
}
}