Add script to update translation strings for the documentation

environments/review-docs-devel-1399dq/deployments/12466
Georg Krause 2022-07-01 20:34:07 +02:00
rodzic 45cda643d0
commit 1ea16ae3ec
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,5 @@
#!/bin/sh
poetry run make -e BUILDDIR=locales gettext
for f in $(ls locales | grep -v gettext); do
poetry run sphinx-intl update -p locales/gettext -l $f
done;