From d945c989eb93ebbef8bb4332c2d70d11e1163529 Mon Sep 17 00:00:00 2001 From: Stephen Huan Date: Thu, 4 Jul 2024 15:26:13 -0400 Subject: Makefile: add update-translations target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 || \ -- cgit v1.2.3