Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

fix: -t flag added in pull translation command #499

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ compile_translations:
fake_translations: extract_translations dummy_translations compile_translations ## generate and compile dummy translation files

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

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