docs: update translations

This commit is contained in:
2025-10-15 16:23:52 +03:00
parent 074ace7d54
commit a4543cee92
22 changed files with 715 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ serve-all:
update-langs:
sphinx-build -b gettext . _build/gettext
sphinx-intl update -p _build/gettext -l en
sphinx-intl update -p _build/gettext -l en -l ru
.PHONY: help Makefile serve-all