summaryrefslogtreecommitdiff
path: root/docs/topics/i18n/index.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2021-07-23 07:48:16 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-29 06:24:12 +0200
commit1024b5e74a7166313ad4e4975a15e90dccd3ec5f (patch)
tree05d75177f183de5e3c58dbf25a3f71ff4a5c820a /docs/topics/i18n/index.txt
parentacde91745656a852a15db7611c08cabf93bb735b (diff)
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
Diffstat (limited to 'docs/topics/i18n/index.txt')
-rw-r--r--docs/topics/i18n/index.txt4
1 files changed, 2 insertions, 2 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