mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump texts translation files
This commit is contained in:
parent
faadc80460
commit
54134c68fe
73 changed files with 9002 additions and 1593 deletions
4
Makefile
4
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue