From 375f1c02098b4c1ea6b3906bb9ee0dfe0cd3cb2a Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Mon, 25 Feb 2019 19:35:25 +0500 Subject: [PATCH] Segregate learner account settings strings. This would let the team order translations for the beta language message to ensure that it remains translated for a wide set of partially supported languages. LEARNER-4304 --- .tx/config | 6 ++++++ conf/locale/config.yaml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/.tx/config b/.tx/config index c813eae416..511d2a77dc 100644 --- a/.tx/config +++ b/.tx/config @@ -25,6 +25,12 @@ source_file = conf/locale/en/LC_MESSAGES/djangojs-studio.po source_lang = en type = PO +[edx-platform.djangojs-account-settings-view] +file_filter = conf/locale//LC_MESSAGES/djangojs-account-settings-view.po +source_file = conf/locale/en/LC_MESSAGES/djangojs-account-settings-view.po +source_lang = en +type = PO + [edx-platform.mako] file_filter = conf/locale//LC_MESSAGES/mako.po source_file = conf/locale/en/LC_MESSAGES/mako.po diff --git a/conf/locale/config.yaml b/conf/locale/config.yaml index da087ae7f5..d2c09cf86d 100644 --- a/conf/locale/config.yaml +++ b/conf/locale/config.yaml @@ -157,6 +157,10 @@ segment: djangojs-partial.po: djangojs-studio.po: - cms/* + djangojs-account-settings-view.po: + - lms/static/js/student_account/views/account_settings_view.js + # Segregating student account settings view strings, so that beta language message + # can be translated for wide set of partially supported languages. mako.po: mako-studio.po: - cms/* @@ -176,5 +180,6 @@ generate_merge: djangojs.po: - djangojs-partial.po - djangojs-studio.po + - djangojs-account-settings-view.po - underscore.po - underscore-studio.po