Merging other languages
This commit is contained in:
15
en/10.4.md
15
en/10.4.md
@@ -1,6 +1,9 @@
|
||||
# 10.4 小结
|
||||
通过这一章的介绍,读者应该对如何操作i18n有了深入的了解,我也根据这一章介绍的内容实现了一个开源的解决方案go-i18n:https://github.com/astaxie/go-i18n 通过这个开源库我们可以很方便的实现多语言版本的Web应用,使得我们的应用能够轻松的实现国际化。如果你发现这个开源库中的错误或者那些缺失的地方,请一起参与到这个开源项目中来,让我们的这个库争取成为Go的标准库。
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [国际化站点](<10.3.md>)
|
||||
* 下一节: [错误处理,故障排除和测试](<11.0.md>)
|
||||
# 10.4 Summary
|
||||
|
||||
Through this introductory chapter on i18n, you should now be familiar with some of the steps and processes that are necessary for internationalizing and localizing your websites. I've also introduced an open source solution for i18n in Go: [go-i18n](https://github.com/astaxie/go-i18n). Using this open source library, we can easily implement multi-language versions of our web applications. This allows our applications to be flexible and responsive to local audiences all around the world. If you find an error in this open source library or any missing features, please open an issue or a pull request! Let's strive to make it one of Go's standard libraries!
|
||||
|
||||
## Links
|
||||
|
||||
- [Directory](preface.md)
|
||||
- Previous section: [International sites](10.3.md)
|
||||
- Next chapter: [Error handling, debugging and testing](11.0.md)
|
||||
|
||||
Reference in New Issue
Block a user