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 8a16e88 commit 5fb54bdCopy full SHA for 5fb54bd
10.2.md
@@ -1,4 +1,10 @@
1
-##10.2 本地化资源
+##10.2 本地化资源
2
+##本地化文本消息
3
+##本地化日期和时间
4
+##本地化货币值
5
+##本地化图像
6
+##本地化包含文件
7
+##管理本地化资源
8
## links
9
* [目录](<preface.md>)
10
* 上一节: [设置默认地区](<10.1.md>)
10.3.md
@@ -1,4 +1,7 @@
-##10.3 国际化站点
+##10.3 国际化站点
+##管理多个本地包
+##自动加载本地包
+##template mapfunc
* 上一节: [本地化资源](<10.2.md>)
10.4.md
@@ -1,4 +1,5 @@
-##10.4 小结
+##10.4 小结
+通过这一章的介绍,读者应该对如何操作i18n有了深入的了解,我也根据这一章介绍的内容实现了一个开源的解决方案go-i18n:https://github.com/astaxie/go-i18n。 通过这个开源库我们可以很方便的实现多语言版本的Web应用,使得我们的应用能够轻松的实现国际化。如果你发现这个开源库中的错误或者那些缺失的地方,请一起参与到这个开源项目中来,让我们的这个库争取成为Go的标准库。
* 上一节: [国际化站点](<10.3.md>)
0 commit comments