Skip to content

Commit

Permalink
Add translation files for Portuguese (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Aug 11, 2022
1 parent b45b59b commit e701a09
Show file tree
Hide file tree
Showing 4 changed files with 39,579 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You can set these variables from the command line, and also
# from the environment .

LANGUAGES ?= en de zh_CN es fr nl ja
LANGUAGES ?= en de zh_CN es fr nl ja pt
SPHINXINTL ?= sphinx-intl
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
Expand Down Expand Up @@ -30,4 +30,4 @@ $(BUILDDIR)/html/CNAME: source/html/CNAME

gettext: $(MAKEFILES)
@$(SPHINXBUILD) -b $@ "$(SOURCEDIR)" "$(BUILDDIR)/$@" $(SPHINXOPTS)
@$(SPHINXINTL) update -p "$(BUILDDIR)/$@" -d locale $(addprefix -l,$(filter-out en,$(LANGUAGES)))
@$(SPHINXINTL) update -p "$(BUILDDIR)/$@" -d locale $(addprefix -l,$(filter-out en,$(LANGUAGES)))
Loading

0 comments on commit e701a09

Please sign in to comment.