summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/i18n')
-rw-r--r--docs/topics/i18n/index.txt4
-rw-r--r--docs/topics/i18n/timezones.txt2
-rw-r--r--docs/topics/i18n/translation.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/i18n/index.txt b/docs/topics/i18n/index.txt
index 0cd86c7e72..77086c7f0f 100644
--- a/docs/topics/i18n/index.txt
+++ b/docs/topics/i18n/index.txt
@@ -13,7 +13,7 @@ Internationalization and localization
Overview
========
-The goal of internationalization and localization is to allow a single Web
+The goal of internationalization and localization is to allow a single web
application to offer its content in languages and formats tailored to the
audience.
@@ -25,7 +25,7 @@ Essentially, Django does two things:
* It allows developers and template authors to specify which parts of their apps
should be translated or formatted for local languages and cultures.
-* It uses these hooks to localize Web apps for particular users according to
+* It uses these hooks to localize web apps for particular users according to
their preferences.
Translation depends on the target language, and formatting usually depends on
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt
index 7517ae47fc..69aac8c81e 100644
--- a/docs/topics/i18n/timezones.txt
+++ b/docs/topics/i18n/timezones.txt
@@ -503,7 +503,7 @@ Setup
datetimes, and vice-versa.
If your application connects to other systems -- for instance, if it queries
- a Web service -- make sure datetimes are properly specified. To transmit
+ a web service -- make sure datetimes are properly specified. To transmit
datetimes safely, their representation should include the UTC offset, or
their values should be in UTC (or both!).
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index d687eeacb4..6eb4c85693 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -20,7 +20,7 @@ the equivalent of the translation strings in the target language. Once the
translators have filled in the message file, it must be compiled. This process
relies on the GNU gettext toolset.
-Once this is done, Django takes care of translating Web apps on the fly in each
+Once this is done, Django takes care of translating web apps on the fly in each
available language, according to users' language preferences.
Django's internationalization hooks are on by default, and that means there's a