From 7b07400bfa0fe0c2d8a689afaaa62ff28ae8a4c1 Mon Sep 17 00:00:00 2001 From: Bertrand Marron Date: Mon, 3 Feb 2014 20:35:02 +0100 Subject: [PATCH] Rename djangojs to djangojs-partial djangojs was renamed to djangojs-partial on transifex. --- .tx/config | 6 +++--- conf/locale/config.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tx/config b/.tx/config index fd12506f17e0..4f1355038a8b 100644 --- a/.tx/config +++ b/.tx/config @@ -13,9 +13,9 @@ source_file = conf/locale/en/LC_MESSAGES/django-studio.po source_lang = en type = PO -[edx-platform.djangojs] -file_filter = conf/locale//LC_MESSAGES/djangojs.po -source_file = conf/locale/en/LC_MESSAGES/djangojs.po +[edx-platform.djangojs-partial] +file_filter = conf/locale//LC_MESSAGES/djangojs-partial.po +source_file = conf/locale/en/LC_MESSAGES/djangojs-partial.po source_lang = en type = PO diff --git a/conf/locale/config.yaml b/conf/locale/config.yaml index e8d9d9dc858e..908395651ea7 100644 --- a/conf/locale/config.yaml +++ b/conf/locale/config.yaml @@ -69,5 +69,5 @@ generate_merge: - mako-studio.po - messages.po djangojs.po: - - djangojs.po + - djangojs-partial.po - djangojs-studio.po