From 010addb6c67e9697e640031fa264d6ec20b166c8 Mon Sep 17 00:00:00 2001 From: Anchor Date: Thu, 26 Feb 2015 22:45:24 -0800 Subject: [PATCH] Fix intro to 14.5.md --- en/14.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/14.5.md b/en/14.5.md index f656bc6c..85b043eb 100644 --- a/en/14.5.md +++ b/en/14.5.md @@ -1,6 +1,6 @@ # 14.5 Multi-language support -We introduced in Chapter internationalization and localization, we developed a go-i18n library, the library this section we will integrate beego frame inside, making our framework supports internationalization and localization. +In the chapter where we introduced internationalization and localization, we developed the `go-i18n` library. In this section, we will see how this library is integrated into the Beego framework, and how it enables our Beego applications to support both internationalization and localization. ## I18n integration