Skip to content

Commit

Permalink
Adding Serbian and Portuguese (Brasil) languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Sep 11, 2018
1 parent 7afa933 commit cc05ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clean:

html_all_languages:
@echo "Building documentation in html for all languages"
set -e; for lang in "en" "es" "fr" "ge" "it" "ko" "nl" "cz" "ca" "fi" "is"; do echo "Building language $$lang" && make html -e SPHINXOPTS="-D language='$$lang'" -e "BUILDDIR='target/doc/$$lang' -d $(BUILDDIR)/doctrees"; done
set -e; for lang in "en" "es" "fr" "ge" "it" "ko" "nl" "cz" "ca" "fi" "is" "pt_BR" "sr"; do echo "Building language $$lang" && make html -e SPHINXOPTS="-D language='$$lang'" -e "BUILDDIR='target/doc/$$lang' -d $(BUILDDIR)/doctrees"; done

html_eng:
@echo "Building documentation in html for all languages"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<executable>tx</executable>
<arguments>
<argument>pull</argument>
<argument>--language=',es,fr,ge,it,ko,nl,cz,ca,fi,is,'</argument>
<argument>--language=',es,fr,ge,it,ko,nl,cz,ca,fi,is,sr,pt_BR,'</argument>
</arguments>
<workingDirectory>${basedir}</workingDirectory>
</configuration>
Expand Down

0 comments on commit cc05ec0

Please sign in to comment.