Skip to content

Commit

Permalink
Adding new language to the automated sphinx process + transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
yjacolin-bot committed May 17, 2015
1 parent 47908ad commit 4ec0c74
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -9,8 +9,9 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER = a4
SHELL = /bin/bash
TRANSLATIONS_STATIC = it es zh_cn
TRANSLATIONS_I18N = de el fr id sq tr
TRANSLATIONS_STATIC = zh_cn
TRANSLATIONS_I18N = ar de el es fr id it ja nl_NL pl ru sq tr uk
TRANSLATIONS_I18N = es
LANGUAGES = en $(TRANSLATIONS_STATIC) $(TRANSLATIONS_I18N)
BUILD_LANGUAGES = $(TRANSLATIONS_I18N) $(TRANSLATIONS_STATIC)

Expand Down
4 changes: 2 additions & 2 deletions scripts/build_docs.sh
Expand Up @@ -7,8 +7,8 @@ BUILDDIR="/tmp/ms-$BRANCH-$RANDOM-build"


#LOCATION="/osgeo/mapserver.org"
LANGUAGES="en de el es fr id it tr zh_cn"
PDF_LANGUAGES="en de el es fr id it tr zh_cn"
LANGUAGES="ar en de el es fr id it ja nl_NL pl ru sq tr uk zh_cn"
PDF_LANGUAGES="ar en de el es fr id it ja nl_NL pl ru sq tr uk zh_cn"

cd "$REPO"
git checkout $BRANCH
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 4ec0c74

Please sign in to comment.