Skip to content

Commit 7f80fe7

Browse files
committed
fix: Make translation resource names repo-agnostic
1 parent 94ac572 commit 7f80fe7

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/xblock_annotatable/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-annotatable]
4+
[o:open-edx:p:openedx-translations:r:xblock-annotatable]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

src/xblock_discussion/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-discussion]
4+
[o:open-edx:p:openedx-translations:r:xblock-discussion]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

src/xblock_html/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-html]
4+
[o:open-edx:p:openedx-translations:r:xblock-html]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

src/xblock_lti/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-lti]
4+
[o:open-edx:p:openedx-translations:r:xblock-lti]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

src/xblock_poll/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-poll]
4+
[o:open-edx:p:openedx-translations:r:xblock-poll]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

src/xblock_problem/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-problem]
4+
[o:open-edx:p:openedx-translations:r:xblock-problem]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

src/xblock_video/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-video]
4+
[o:open-edx:p:openedx-translations:r:xblock-video]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

src/xblock_word_cloud/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-core-word_cloud]
4+
[o:open-edx:p:openedx-translations:r:xblock-word-cloud]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

xblock_video/.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[o:open-edx:p:openedx-translations:r:xblocks-contrib-video]
4+
[o:open-edx:p:openedx-translations:r:xblock-video]
55
file_filter = conf/locale/<lang>/LC_MESSAGES/text.po
66
source_file = conf/locale/en/LC_MESSAGES/text.po
77
source_lang = en

0 commit comments

Comments
 (0)