Skip to content

Commit

Permalink
Move locale/ to shared-data, rebuild .pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Jan 7, 2016
1 parent e66b0be commit 2e9d3e1
Show file tree
Hide file tree
Showing 8 changed files with 6,876 additions and 6,709 deletions.
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
host = https://www.transifex.com

[mailpile.mailpilepot]
source_file = mailpile/locale/mailpile.pot
source_file = shared-data/locale/mailpile.pot
source_lang = en
type = PO
file_filter = mailpile/locale/<lang>/LC_MESSAGES/mailpile.po
file_filter = shared-data/locale/<lang>/LC_MESSAGES/mailpile.po
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pytests:
@echo

clean:
@rm -rf mailpile/locale/?? mailpile/locale/??_*
@rm -rf shared-data/locale/?? shared-data/locale/??_*
@rm -f `find . -name \\*.pyc` \
`find . -name \\*.mo` \
mailpile-tmp.py mailpile.py \
Expand All @@ -108,7 +108,7 @@ clean:
mailpile/tests/data/tmp/ testing/tmp/

mrproper: clean
@rm -rf dist/ bower_components/ mailpile/locale/mailpile.pot
@rm -rf dist/ bower_components/ shared-data/locale/mailpile.pot
git reset --hard && git clean -dfx

sdist: clean
Expand Down
2 changes: 1 addition & 1 deletion locale
Loading

0 comments on commit 2e9d3e1

Please sign in to comment.