Skip to content

Commit

Permalink
Merge pull request #96 from openedx/jenkins/transifex-client-migratio…
Browse files Browse the repository at this point in the history
…n-f723b10

fix: transifex migration to new client
  • Loading branch information
UsamaSadiq committed Apr 6, 2022
2 parents 6e984a5 + b3e5d06 commit cf28659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[main]
host = https://www.transifex.com

[edx-platform.super-csv]
[o:open-edx:p:edx-platform:r:super-csv]
file_filter = super_csv/conf/locale/<lang>/LC_MESSAGES/django.po
source_file = super_csv/conf/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
type = PO

[edx-platform.super-csv-js]
[o:open-edx:p:edx-platform:r:super-csv-js]
file_filter = super_csv/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = super_csv/conf/locale/en/LC_MESSAGES/djangojs.po
source_lang = en
type = PO
type = PO

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ detect_changed_source_translations:
cd super-csv && i18n_tool changed

pull_translations: ## pull translations from Transifex
tx pull -af --mode reviewed
tx pull -a -f --mode reviewed

push_translations: ## push source translation files (.po) from Transifex
tx push -s
Expand Down

0 comments on commit cf28659

Please sign in to comment.