From 521e8c01a697e96b6bf70d38b4368e71828f7c69 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 26 Aug 2015 15:07:39 +0100 Subject: [PATCH] Added transifex config for wagtailstyleguide --- .tx/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tx/config b/.tx/config index 8eef45da04..113f0f9a41 100644 --- a/.tx/config +++ b/.tx/config @@ -72,3 +72,9 @@ file_filter = wagtail/contrib/wagtailsearchpromotions/locale//LC_MESSAGES/ source_file = wagtail/contrib/wagtailsearchpromotions/locale/en/LC_MESSAGES/django.po source_lang = en type = PO + +[wagtail.wagtailstyleguide] +file_filter = wagtail/contrib/wagtailstyleguide/locale//LC_MESSAGES/django.po +source_file = wagtail/contrib/wagtailstyleguide/locale/en/LC_MESSAGES/django.po +source_lang = en +type = PO