Browse Source

Add wagtailadminjs resource to transifex config

Matt Westcott 2 years ago
parent
commit
ab825eeb56
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .tx/config

+ 6 - 0
.tx/config

@@ -8,6 +8,12 @@ source_file = wagtail/admin/locale/en/LC_MESSAGES/django.po
 source_lang = en
 type = PO
 
+[wagtail.wagtailadminjs]
+file_filter = wagtail/admin/locale/<lang>/LC_MESSAGES/djangojs.po
+source_file = wagtail/admin/locale/en/LC_MESSAGES/djangojs.po
+source_lang = en
+type = PO
+
 [wagtail.wagtailcore]
 file_filter = wagtail/locale/<lang>/LC_MESSAGES/django.po
 source_file = wagtail/locale/en/LC_MESSAGES/django.po