Update 10.3.md

This commit is contained in:
godfery
2017-05-10 09:58:37 +08:00
committed by GitHub
parent 9977f652ab
commit 21fc457be5

View File

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