Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ updatepot:

# update the po files for each target language from the EN pot files
updatelangpo:
sphinx-intl update --pot-dir "source/locale/pot" --language cs,es,fil,fr,id,sw,te
sphinx-intl update --pot-dir "source/locale/pot" --language cs,es,fil,fr,id,sw,te,zh

# push new and changed strings to Transifex
pushlang:
tx push --source

# push translated strings from Transifex
pulllang:
tx pull --language "cs,es,fil,fr,id,sw,te"
tx pull --language "cs,es,fil,fr,id,sw,te,zh"

build:
@$(SPHINXBUILD) -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)/html" -nW
Expand All @@ -50,6 +50,7 @@ build:
@$(SPHINXBUILD) -b dirhtml -D language='id' "$(SOURCEDIR)" "$(BUILDDIR)/html/id" -nW
@$(SPHINXBUILD) -b dirhtml -D language='sw' "$(SOURCEDIR)" "$(BUILDDIR)/html/sw" -nW
@$(SPHINXBUILD) -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te" -nW
@$(SPHINXBUILD) -b dirhtml -D language='zh' "$(SOURCEDIR)" "$(BUILDDIR)/html/zh" -nW
# -n Run in nit-picky mode. Currently, this generates warnings for all missing references.
# -W Turn warnings into errors that stop the build.
# for more details about the options see https://www.sphinx-doc.org/en/1.8/man/sphinx-build.html#options
Expand All @@ -65,6 +66,7 @@ allerr:
@$(SPHINXBUILD) -v -b dirhtml -D language='id' "$(SOURCEDIR)" "$(BUILDDIR)/html/id"
@$(SPHINXBUILD) -v -b dirhtml -D language='sw' "$(SOURCEDIR)" "$(BUILDDIR)/html/sw"
@$(SPHINXBUILD) -v -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te"
@$(SPHINXBUILD) -v -b dirhtml -D language='zh' "$(SOURCEDIR)" "$(BUILDDIR)/html/zh"

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down
17 changes: 9 additions & 8 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ There is a `guide <https://github.com/opendronemap/docs#how-to-make-your-first-c

The documentation is available in several languages. Some translations are incomplete and will still display in English. The below languages are at least 20 percent translated. You can help us translate those languages (and other languages!) via Transifex. There is a `getting started guide on GitHub <https://github.com/opendronemap/docs#translations>`_.

- `English <https://docs.opendronemap.org/>`_
- `Czech <https://docs.opendronemap.org/cs>`_
- `Filipino <https://docs.opendronemap.org/fil>`_
- `French <https://docs.opendronemap.org/fr>`_
- `Spanish <https://docs.opendronemap.org/es>`_
- `Indonesian <https://docs.opendronemap.org/id>`_
- `Swahili <https://docs.opendronemap.org/sw>`_
- `Telugu <https://docs.opendronemap.org/te>`_
- `English </>`_
- `Czech </cs>`_
- `Filipino </fil>`_
- `French </fr>`_
- `Spanish </es>`_
- `Indonesian </id>`_
- `Swahili </sw>`_
- `Telugu </te>`_
- `Chinese </zh>`_

|
|
Expand Down