docs: dev/web/i18n: fix typo (#1068)

This commit is contained in:
lrnzo 2017-03-12 00:49:56 +01:00 committed by Matthias Schiffer
parent e01f4f14aa
commit 54e271ad99
1 changed files with 1 additions and 1 deletions

View File

@ -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)