Fixed capitalization of "ECMAScript" and "JavaScript".

This commit is contained in:
Nick Pope 2021-04-29 19:29:08 +01:00 committed by GitHub
parent 907d3a7ff4
commit 2161db0792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 17 deletions

View file

@ -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