feat(i18n): implement dynamic system wording management

Add database schema and API endpoints for system wording keys and values
Replace hardcoded translations in frontend and backend with dynamic messages
Add System Wordings management interface to Admin view
This commit is contained in:
2026-05-02 11:48:11 +08:00
parent e8e20539c9
commit 976a2a2482
18 changed files with 2095 additions and 1087 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "pokopia",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.2",
"scripts": {
"dev": "pnpm --parallel --filter @pokopia/backend --filter @pokopia/frontend dev",