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

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