add i18n step1

This commit is contained in:
wjqserver 2025-07-01 07:04:39 +08:00
parent 34d553a890
commit 79e3db6078
23 changed files with 2309 additions and 450 deletions

View file

@ -24,6 +24,7 @@ var (
prefixMatchPaths = []string{ // 保持前缀匹配,因为数量少
"/js/",
"/css/",
"/locales",
}
loginMatchPaths = map[string]struct{}{
"/login": {},