From 8e0685085fd8f8a25ed96cb2d44d6db42e81bca2 Mon Sep 17 00:00:00 2001 From: Karl Hobley <karlhobley10@gmail.com> Date: Wed, 26 Aug 2015 14:42:57 +0100 Subject: [PATCH] Added wagtailsearchpromotions to tx config --- .tx/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tx/config b/.tx/config index 4312d6d790..8eef45da04 100644 --- a/.tx/config +++ b/.tx/config @@ -66,3 +66,9 @@ file_filter = wagtail/wagtailsites/locale/<lang>/LC_MESSAGES/django.po source_file = wagtail/wagtailsites/locale/en/LC_MESSAGES/django.po source_lang = en type = PO + +[wagtail.wagtailsearchpromotions] +file_filter = wagtail/contrib/wagtailsearchpromotions/locale/<lang>/LC_MESSAGES/django.po +source_file = wagtail/contrib/wagtailsearchpromotions/locale/en/LC_MESSAGES/django.po +source_lang = en +type = PO