Bump texts translation files

This commit is contained in:
Alex Root Junior 2023-07-30 18:32:37 +03:00
parent faadc80460
commit 54134c68fe
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
73 changed files with 9002 additions and 1593 deletions

View file

@ -73,8 +73,8 @@ locales_pot := _build/gettext
docs_dir := docs
docs-gettext:
cd $(docs_dir) && make gettext
cd $(docs_dir) && sphinx-intl update -p $(locales_pot) $(addprefix -l , $(locales))
hatch run docs:bash -c 'cd $(docs_dir) && make gettext'
hatch run docs:bash -c 'cd $(docs_dir) && sphinx-intl update -p $(locales_pot) $(addprefix -l , $(locales))'
.PHONY: docs-gettext
docs-serve: