Update 14.5.md

typographical error
This commit is contained in:
Jimmy99
2016-04-06 21:29:01 +02:00
committed by James Miranda
parent 6345945129
commit 738d1ecd88

View File

@@ -92,7 +92,7 @@ In order to facilitate multi-language calls in the template package directly, we
3. Using language packages
We can call the controller to get the translated response in the desired language, like so::
We can call the controller to get the translated response in the desired language, like so:
func (this *MainController) Get() {
this.Data["create"] = beego.Translation.Translate("create")