Skip to content

Commit

Permalink
Merge branch 'master' of github.com:issue9/webuse
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Oct 16, 2024
2 parents e851f65 + 3898d25 commit f935356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/zh-CN.yaml → locales/cmn-Hans.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: zh-CN
id: cmn-Hans
messages:
- key: can not get the ip
message:
Expand Down
2 changes: 1 addition & 1 deletion webuse.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: MIT

//go:generate web locale -l=und -m -f=yaml ./
//go:generate web update-locale -src=./locales/und.yaml -dest=./locales/zh-CN.yaml
//go:generate web update-locale -src=./locales/und.yaml -dest=./locales/cmn-Hans.yaml

// Package webuse 适用 [web] 的中间件、插件和一些常用的路由函数
//
Expand Down

0 comments on commit f935356

Please sign in to comment.