From ab5d7353c088f2ed48afabd4cf11003127c735ca Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 11 Sep 2014 16:42:33 +0100 Subject: [PATCH] Added wagtailforms to transifex config --- .tx/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.tx/config b/.tx/config index 2ae6c184a6..b3b2e98bef 100644 --- a/.tx/config +++ b/.tx/config @@ -53,4 +53,10 @@ type = PO file_filter = wagtail/wagtailusers/locale//LC_MESSAGES/django.po source_file = wagtail/wagtailusers/locale/en/LC_MESSAGES/django.po source_lang = en -type = PO \ No newline at end of file +type = PO + +[wagtail.wagtailforms] +file_filter = wagtail/wagtailforms/locale//LC_MESSAGES/django.po +source_file = wagtail/wagtailforms/locale/en/LC_MESSAGES/django.po +source_lang = en +type = PO