Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
collect i18n messages from the gratipay lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Feb 11, 2015
1 parent 8e8ac17 commit 5a68020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .babel_extract
@@ -1,5 +1,6 @@
[extractors]
spt = gratipay.utils.i18n:extract_spt

[python: **.py]
[jinja2: **.html]
[spt: **.spt]
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -92,7 +92,7 @@ tx:
@if [ ! -x $(env_bin)/tx ]; then $(env_bin)/pip install transifex-client; fi

i18n: env tx
$(env_bin)/pybabel extract -F .babel_extract --no-wrap -o i18n/core.pot emails templates www
$(env_bin)/pybabel extract -F .babel_extract --no-wrap -o i18n/core.pot emails gratipay templates www

i18n_upload: i18n
$(env_bin)/tx push -s
Expand Down

0 comments on commit 5a68020

Please sign in to comment.