From 52756cf82949ed50e83d58fdc289798060fd2a7f Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Wed, 11 Jun 2014 10:48:25 -0400 Subject: [PATCH] Fix Transifex configuration so we can merge translations --- .tx/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.tx/config b/.tx/config index 26438e05f1..9706f42a95 100644 --- a/.tx/config +++ b/.tx/config @@ -43,6 +43,18 @@ source_file = conf/locale/en/LC_MESSAGES/messages.po source_lang = en type = PO +[edx-platform.underscore] +file_filter = conf/locale//LC_MESSAGES/underscore.po +source_file = conf/locale/en/LC_MESSAGES/underscore.po +source_lang = en +type = PO + +[edx-platform.underscore-studio] +file_filter = conf/locale//LC_MESSAGES/underscore-studio.po +source_file = conf/locale/en/LC_MESSAGES/underscore-studio.po +source_lang = en +type = PO + [edx-platform.wiki] file_filter = conf/locale//LC_MESSAGES/wiki.po source_file = conf/locale/en/LC_MESSAGES/wiki.po