Skip to content

Commit

Permalink
Merge pull request #37 from indirectlylit/update-spanish
Browse files Browse the repository at this point in the history
Update .po files, and makefile
  • Loading branch information
benjaoming committed Aug 23, 2018
2 parents 3a981c8 + 63d913e commit 690855f
Show file tree
Hide file tree
Showing 188 changed files with 3,609 additions and 88,012 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ help:
@echo "--------------------"
@echo ""
@echo "gettext: updates source messages for docs"
@echo "crowdin-install: fetch crowdin-cli"
@echo "crowdin-upload: crowdin-branch=<id> uploads docs translation sources via CrowdIn"
@echo "crowdin-install fetch crowdin-cli"
@echo "crowdin-upload crowdin-branch=<id> uploads docs translation sources via CrowdIn"
@echo "crowdin-download crowdin-branch=<id>: downloads docs translated languages via CrowdIn"

clean:
Expand All @@ -35,11 +35,11 @@ docs: clean
$(MAKE) -C docs html

gettext:
make -C docs/ gettext
$(MAKE) -C docs gettext
cd docs && sphinx-intl update -p _build/locale -l en

docs-translated:
make -C docs/ -e SPHINXOPTS="-D language='${lang}'" html
$(MAKE) -C docs -e SPHINXOPTS="-D language='${lang}'" html

crowdin-install:
@`[ -f crowdin-cli.jar ]` && echo "Found crowdin-cli.jar" || wget -O crowdin-cli.jar https://storage.googleapis.com/le-downloads/crowdin-cli/crowdin-cli.jar
Expand Down
155 changes: 0 additions & 155 deletions docs/locale/docs/ar/LC_MESSAGES/access.po

This file was deleted.

0 comments on commit 690855f

Please sign in to comment.