refactor: migrate to flat-file i18n structure and fix relative imports

This commit is contained in:
dyzulk
2026-01-09 09:29:19 +07:00
parent 44d578f033
commit 545eb3648b
53 changed files with 17 additions and 27 deletions

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

@@ -0,0 +1,15 @@
{
"index": {
"title": "Beranda",
"type": "page",
"display": "hidden"
},
"guide": {
"title": "Panduan Pengguna",
"type": "page"
},
"developer": {
"title": "Developer API",
"type": "page"
}
}