1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Updated capitalization in the word "JavaScript" for consistency

This commit is contained in:
Dave Hodder
2015-04-30 20:39:29 +01:00
committed by Tim Graham
parent 57202a112a
commit 08c980d752
16 changed files with 27 additions and 27 deletions

View File

@@ -101,7 +101,7 @@ Extended static files handling
Django 1.3 ships with a new contrib app --
``django.contrib.staticfiles`` -- to help developers handle the static
media files (images, CSS, Javascript, etc.) that are needed to render
media files (images, CSS, JavaScript, etc.) that are needed to render
a complete web page.
In previous versions of Django, it was common to place static assets
@@ -588,7 +588,7 @@ gettext domain):
translations). See the `corresponding deprecated features section`_
of this document.
For translatable literals found in Javascript code (``'djangojs'`` gettext
For translatable literals found in JavaScript code (``'djangojs'`` gettext
domain):
* Similarly to the ``'django'`` domain translations: Overriding of