Skip to content

Commit

Permalink
feat: remove push and pull translations
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Sep 10, 2024
1 parent f0ad52d commit 25d3d7b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,7 @@ dummy_translations: ## generate dummy translation (.po) files

generate_fake_translations: extract_translations dummy_translations compile_translations ## generate and compile dummy translation files

pull_translations: ## pull translations from Transifex
tx pull -a -f

push_translations: ## push translations from insights to Transifex for those created new
tx push -s

update_translations: pull_translations generate_fake_translations
update_translations: generate_fake_translations

detect_changed_source_translations: ## check if translation files are up-to-date
cd analytics_dashboard && i18n_tool changed
Expand Down

0 comments on commit 25d3d7b

Please sign in to comment.