Skip to content

Commit

Permalink
Add test-translation for fr, es_ES, af
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Oct 28, 2015
1 parent b59b27a commit 6c2f40a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -47,6 +47,10 @@ test-translations:
@echo "Missing translations - for more info run: make translation-stats"
@echo "----------------------------------------------------------------"
@python scripts/missing_translations.py `pwd` id
@python scripts/missing_translations.py `pwd` fr
@python scripts/missing_translations.py `pwd` af
@python scripts/missing_translations.py `pwd` es_ES


translation-stats:
@echo
Expand Down Expand Up @@ -413,4 +417,4 @@ apidocs:
@echo "Building HTML API docs..."
@cd docs && $(MAKE) html
@echo "HTML API docs has been builded."
@echo "You can look it under docs/_build directory.."
@echo "You can look it under docs/_build directory.."

0 comments on commit 6c2f40a

Please sign in to comment.