From 54e271ad995f149abb2a1ba2d856b32cccd764a5 Mon Sep 17 00:00:00 2001 From: lrnzo Date: Sun, 12 Mar 2017 00:49:56 +0100 Subject: [PATCH] docs: dev/web/i18n: fix typo (#1068) --- docs/dev/web/i18n.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/web/i18n.rst b/docs/dev/web/i18n.rst index e93446b3..4ef03a34 100644 --- a/docs/dev/web/i18n.rst +++ b/docs/dev/web/i18n.rst @@ -17,7 +17,7 @@ i18n support in Gluon --------------------- Internationalization support is available in all components (models, view and -contrllers) of *gluon-web*-based packages. Strings are translated using the *translate*, +controllers) of *gluon-web*-based packages. Strings are translated using the *translate*, *_translate* and *translatef* functions (*translate* for static strings, *translatef* for printf-like formatted string; *_translate* works the same as *translate*, but will return *nil* instead of the original string when no translation is available)