Skip to content

Commit

Permalink
Translation update
Browse files Browse the repository at this point in the history
Automatically pull latest translations from transifex on travis-ci
builds. No longer maintain translations inside this repository.
  • Loading branch information
m-kuhn committed Jan 7, 2017
1 parent bcb9759 commit 6fcb814
Show file tree
Hide file tree
Showing 87 changed files with 8 additions and 20,281 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build
compile_messages
init
i18n
*~
*.mo
i18n/pot
Expand Down
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,14 @@ init: en/*
transifex_sync: gettext
@set -e;\
./scripts/create_transifex_resources.sh; \
tx push -s; \
tx pull -a
tx push -s;
@echo "Transifex resources synchronized"

transifex_pull:
@set -e;\
tx pull -a;
@echo "Transifex translations pulled"

compile_messages: init i18n/*/*.po
@set -e; for lang in $(TRANSLATIONS_I18N) ;\
do \
Expand Down
86 changes: 0 additions & 86 deletions i18n/ca/concepts.po

This file was deleted.

Loading

0 comments on commit 6fcb814

Please sign in to comment.