We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d60d00 commit d945c98Copy full SHA for d945c98
Makefile
@@ -234,6 +234,10 @@ update-website: ## update website and upload
234
make -C $(WEBSITE) upload
235
.PHONY: update-website
236
237
+update-translations: ## update data/translations from Babel and Polyglossia
238
+ python tools/update-translations.py
239
+.PHONY: update-translations
240
+
241
validate-docx-golden-tests: ## validate docx golden tests against schema
242
which xmllint || ("xmllint is required" && exit 1)
243
test -d ./docx-validator || \
0 commit comments