aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5fb6a73..c269576 100644
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,8 @@ dev-index: ## Delete/Create DEV elasticsearch fulltext index locally
http put ":9200/dev_scholar_fulltext_v01/_alias/dev_scholar_fulltext"
cat data/sim_intermediate.json data/work_intermediate.json | pipenv run python -m fatcat_scholar.transform run_transform | esbulk -verbose -size 200 -id key -w 4 -index dev_scholar_fulltext_v01 -type _doc
+.PHONY: update-i18n
+update-i18n: ## Re-extract and compile translation files
+ pipenv run pybabel extract -F extra/i18n/babel.cfg -o extra/i18n/web_interface.pot fatcat_scholar/
+ pipenv run pybabel update -i extra/i18n/web_interface.pot -d fatcat_scholar/translations
+ pipenv run pybabel compile -d fatcat_scholar/translations