We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce0193 commit 61fee67Copy full SHA for 61fee67
10.3.md
@@ -21,7 +21,7 @@
21
}
22
23
24
-为了支持国际化,在此我们使用了一个国际化相关的包——go-i18n(https://github.com/astaxie/go-i18n),首先我们向go-i18n包注册config/locales这个目录,以加载所有的locale文件
+为了支持国际化,在此我们使用了一个国际化相关的包——[go-i18n](https://github.com/astaxie/go-i18n),首先我们向go-i18n包注册config/locales这个目录,以加载所有的locale文件
25
26
Tr:=i18n.NewLocale()
27
Tr.LoadPath("config/locales")
0 commit comments