We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5851c7 commit 4764b12Copy full SHA for 4764b12
book/translation.rst
@@ -6,7 +6,7 @@ Translations
6
7
The term "internationalization" (often abbreviated `i18n`_) refers to the
8
process of abstracting strings and other locale-specific pieces out of your
9
-application and into a layer where they can be translated and converted based
+application into a layer where they can be translated and converted based
10
on the user's locale (i.e. language and country). For text, this means
11
wrapping each with a function capable of translating the text (or "message")
12
into the language of the user::
0 commit comments