Il 26/11/2015 18:33, [email protected] ha scritto: > The documentation on internationalization > <http://sphinx-doc.org/intl.html> hints to this: Use -Dlanguage=xx for > your build to translate to a different language.
Thanks Robert, so if I understand correctly, I have to add it to Makefile, as for previous versions: TRANSLATIONS = en fr ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees/$$lang $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -Dlanguage=$$lang >From the new documentation, I misunderstood the sphinx was autodetecting languages according to the po folders in locale/. All the best. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
