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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user