[+] Japanese

This commit is contained in:
2025-11-23 00:50:53 +08:00
parent 199032c062
commit 5f83008ec0
4 changed files with 138 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ declare global {
namespace App {
// interface Error {}
interface Locals {
lang: 'en' | 'zh'
lang: 'en' | 'zh' | 'ja'
}
// interface PageData {}
// interface PageState {}