summaryrefslogtreecommitdiff
path: root/tests/i18n
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2021-04-29 19:29:08 +0100
committerGitHub <noreply@github.com>2021-04-29 20:29:08 +0200
commit2161db0792f2e4d3deef3e09cd72f7a08340cafe (patch)
tree94ffd28dc91c0c7b3aae5cc53a8f1233a7b277c1 /tests/i18n
parent907d3a7ff4e12ad4ccc86af26a728007fe4d6fa2 (diff)
downloaddjango-2161db0792f2e4d3deef3e09cd72f7a08340cafe.tar.gz
Fixed capitalization of "ECMAScript" and "JavaScript".
Diffstat (limited to 'tests/i18n')
-rw-r--r--tests/i18n/test_extraction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i18n/test_extraction.py b/tests/i18n/test_extraction.py
index ee8257175b..94d92ca93f 100644
--- a/tests/i18n/test_extraction.py
+++ b/tests/i18n/test_extraction.py
@@ -444,7 +444,7 @@ class BasicExtractorTests(ExtractorTests):
self.assertIn('maƱana; charset=CHARSET', pot_contents)
-class JavascriptExtractorTests(ExtractorTests):
+class JavaScriptExtractorTests(ExtractorTests):
PO_FILE = 'locale/%s/LC_MESSAGES/djangojs.po' % LOCALE