kopia lustrzana https://github.com/OpenDroneMap/docs
add process for indonesian
rodzic
ba9a07105a
commit
3a6a0c0417
6
Makefile
6
Makefile
|
@ -31,7 +31,7 @@ updatepot:
|
|||
|
||||
# update the po files for each target language from the EN pot files
|
||||
updatelangpo:
|
||||
sphinx-intl update --pot-dir "source/locale/pot" --language sw,ar,es,fr,te,fil
|
||||
sphinx-intl update --pot-dir "source/locale/pot" --language sw,ar,es,fr,te,fil,id
|
||||
|
||||
# push new and changed strings to Transifex
|
||||
pushlang:
|
||||
|
@ -39,7 +39,7 @@ pushlang:
|
|||
|
||||
# push translated strings from Transifex
|
||||
pulllang:
|
||||
tx pull --language "sw,ar,es,fr,te,fil"
|
||||
tx pull --language "sw,ar,es,fr,te,fil,id"
|
||||
|
||||
build:
|
||||
@$(SPHINXBUILD) -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)/html" -nW
|
||||
|
@ -49,6 +49,7 @@ build:
|
|||
@$(SPHINXBUILD) -b dirhtml -D language='fr' "$(SOURCEDIR)" "$(BUILDDIR)/html/fr" -nW
|
||||
@$(SPHINXBUILD) -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te" -nW
|
||||
@$(SPHINXBUILD) -b dirhtml -D language='fil' "$(SOURCEDIR)" "$(BUILDDIR)/html/fil" -nW
|
||||
@$(SPHINXBUILD) -b dirhtml -D language='id' "$(SOURCEDIR)" "$(BUILDDIR)/html/id" -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
|
||||
|
@ -63,6 +64,7 @@ allerr:
|
|||
@$(SPHINXBUILD) -v -b dirhtml -D language='fr' "$(SOURCEDIR)" "$(BUILDDIR)/html/fr"
|
||||
@$(SPHINXBUILD) -v -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te"
|
||||
@$(SPHINXBUILD) -v -b dirhtml -D language='fil' "$(SOURCEDIR)" "$(BUILDDIR)/html/fil"
|
||||
@$(SPHINXBUILD) -v -b dirhtml -D language='id' "$(SOURCEDIR)" "$(BUILDDIR)/html/id"
|
||||
|
||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
Welcome to OpenDroneMap's documentation
|
||||
=======================================
|
||||
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
||||
There is a `guide <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ on using GitHub to contribute. Anyone is welcome to share their knowledge and improve our documentation. You can also report problems using `GitHub issues <https://github.com/OpenDroneMap/docs/issues>`_.
|
||||
|
||||
|
@ -18,11 +18,12 @@ The documentation is available in several languages. Some translations are incom
|
|||
- `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>`_
|
||||
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
||||
.. figure:: images/seedling.png
|
||||
:alt: image of seedling
|
||||
|
@ -40,7 +41,7 @@ The documentation is available in several languages. Some translations are incom
|
|||
:align: right
|
||||
:height: 60
|
||||
:width: 60
|
||||
|
||||
|
||||
.. toctree::
|
||||
tutorials
|
||||
arguments
|
||||
|
|
Ładowanie…
Reference in New Issue