kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Add script to update translation strings for the documentation
rodzic
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;
|
||||||
Ładowanie…
Reference in New Issue