Add script to update translation strings for the documentation
This commit is contained in:
parent
45cda643d0
commit
1ea16ae3ec
|
@ -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;
|
Loading…
Reference in New Issue