Skip to content

Commit d945c98

Browse files
stephen-huanjgm
authored andcommitted
Makefile: add update-translations target
1 parent 2d60d00 commit d945c98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,10 @@ update-website: ## update website and upload
234234
make -C $(WEBSITE) upload
235235
.PHONY: update-website
236236

237+
update-translations: ## update data/translations from Babel and Polyglossia
238+
python tools/update-translations.py
239+
.PHONY: update-translations
240+
237241
validate-docx-golden-tests: ## validate docx golden tests against schema
238242
which xmllint || ("xmllint is required" && exit 1)
239243
test -d ./docx-validator || \

0 commit comments

Comments
 (0)