From 5f767a45c5720f1e332a1758e98fdb44409160bc Mon Sep 17 00:00:00 2001 From: Anchor Date: Tue, 18 Nov 2014 09:49:09 -0800 Subject: [PATCH] Fix grammar and typos for 10.4.md [en] --- en/eBook/10.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/eBook/10.4.md b/en/eBook/10.4.md index 522956ce..072ac749 100644 --- a/en/eBook/10.4.md +++ b/en/eBook/10.4.md @@ -1,6 +1,6 @@ # 10.4 Summary -Through the introduction of this chapter, the reader should be how to operate an insight into the i18n, I also introduced based on the contents of this chapter implements an open source solution for go-i18n: https://github.com/astaxie/go-i18n through this open source library that we can easily achieve multi-language version of the Web application, making our applications to easily achieve internationalization. If you find an error in this open source library or those missing places, please join to this open source project, let us strive to become the library Go's standard libraries. +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