Merge pull request #838 from godfery/patch-1

Update 10.3.md
This commit is contained in:
astaxie
2017-05-11 00:24:25 +08:00
committed by GitHub

View File

@@ -36,7 +36,7 @@
fmt.Println(Tr.Translate("submit"))
//输出Submit
Tr.SetLocale("zn")
Tr.SetLocale("zh")
fmt.Println(Tr.Translate("submit"))
//输出“递交”
```