@@ -31,15 +31,15 @@ updatepot:
3131
3232# update the po files for each target language from the EN pot files
3333updatelangpo :
34- sphinx-intl update --pot-dir " source/locale/pot" --language cs,es,fil,fr,id,sw,te
34+ sphinx-intl update --pot-dir " source/locale/pot" --language cs,es,fil,fr,id,sw,te,zh
3535
3636# push new and changed strings to Transifex
3737pushlang :
3838 tx push --source
3939
4040# push translated strings from Transifex
4141pulllang :
42- tx pull --language " cs,es,fil,fr,id,sw,te"
42+ tx pull --language " cs,es,fil,fr,id,sw,te,zh "
4343
4444build :
4545 @$(SPHINXBUILD ) -b dirhtml " $( SOURCEDIR) " " $( BUILDDIR) /html" -nW
5050 @$(SPHINXBUILD ) -b dirhtml -D language=' id' " $( SOURCEDIR) " " $( BUILDDIR) /html/id" -nW
5151 @$(SPHINXBUILD ) -b dirhtml -D language=' sw' " $( SOURCEDIR) " " $( BUILDDIR) /html/sw" -nW
5252 @$(SPHINXBUILD ) -b dirhtml -D language=' te' " $( SOURCEDIR) " " $( BUILDDIR) /html/te" -nW
53+ @$(SPHINXBUILD ) -b dirhtml -D language=' zh' " $( SOURCEDIR) " " $( BUILDDIR) /html/zh" -nW
5354 # -n Run in nit-picky mode. Currently, this generates warnings for all missing references.
5455 # -W Turn warnings into errors that stop the build.
5556 # for more details about the options see https://www.sphinx-doc.org/en/1.8/man/sphinx-build.html#options
@@ -65,6 +66,7 @@ allerr:
6566 @$(SPHINXBUILD ) -v -b dirhtml -D language=' id' " $( SOURCEDIR) " " $( BUILDDIR) /html/id"
6667 @$(SPHINXBUILD ) -v -b dirhtml -D language=' sw' " $( SOURCEDIR) " " $( BUILDDIR) /html/sw"
6768 @$(SPHINXBUILD ) -v -b dirhtml -D language=' te' " $( SOURCEDIR) " " $( BUILDDIR) /html/te"
69+ @$(SPHINXBUILD ) -v -b dirhtml -D language=' zh' " $( SOURCEDIR) " " $( BUILDDIR) /html/zh"
6870
6971# Catch-all target: route all unknown targets to Sphinx using the new
7072# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
0 commit comments