aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Huan <[email protected]>2024-07-04 15:26:13 -0400
committerJohn MacFarlane <[email protected]>2024-07-05 13:04:15 -0700
commitd945c989eb93ebbef8bb4332c2d70d11e1163529 (patch)
tree80b9fcc02b58bc52fef8f0513932159c97ba1773 /Makefile
parent2d60d006d7492cd673ac35a3a8428512bef63af1 (diff)
Makefile: add update-translations target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc9e92beb..e8742a0f1 100644
--- a/Makefile
+++ b/Makefile
@@ -234,6 +234,10 @@ update-website: ## update website and upload
make -C $(WEBSITE) upload
.PHONY: update-website
+update-translations: ## update data/translations from Babel and Polyglossia
+ python tools/update-translations.py
+.PHONY: update-translations
+
validate-docx-golden-tests: ## validate docx golden tests against schema
which xmllint || ("xmllint is required" && exit 1)
test -d ./docx-validator || \