diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 4262bea..0000000 --- a/.tx/config +++ /dev/null @@ -1,8 +0,0 @@ -[main] -host = https://www.transifex.com - -[o:open-edx:p:xblocks:r:image-explorer] -file_filter = image_explorer/translations//LC_MESSAGES/text.po -source_file = image_explorer/translations/en/LC_MESSAGES/text.po -source_lang = en -type = PO diff --git a/Makefile b/Makefile index 545958b..5bd9543 100644 --- a/Makefile +++ b/Makefile @@ -73,9 +73,3 @@ dummy_translations: ## generate dummy translation (.po) files build_dummy_translations: dummy_translations compile_translations ## generate and compile dummy translation files validate_translations: build_dummy_translations detect_changed_source_translations ## validate translations - -pull_translations: ## pull translations from transifex - tx pull -t -a -f --mode reviewed --minimum-perc=1 - -push_translations: ## push translations to transifex - tx push -s diff --git a/README.md b/README.md index f606ac2..cef7ee3 100644 --- a/README.md +++ b/README.md @@ -219,16 +219,6 @@ Example image explorer return value: }, ``` -Downloading translations from Transifex -------------------------------------- - -If you want to download translations from Transifex install [Transifex client][transifex-client] and run this command while inside project root directory -``` -tx pull -f --mode=reviewed -l en,ar,es_419,fr,he,hi,ko_KR,pt_BR,ru,zh_CN -``` - -[transifex-client]: https://docs.transifex.com/client/installing-the-client - License -------