mirror of
https://github.com/django/django.git
synced 2025-10-21 15:52:54 +00:00
Fixed capitalization of "ECMAScript" and "JavaScript".
This commit is contained in:
parent
907d3a7ff4
commit
2161db0792
10 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue