[i18n] Add a `make pot` command to Makefile (#3006)

By analogy with <https://github.com/FreshRSS/FreshRSS/pull/2996>.
This commit is contained in:
Frans de Jonge 2020-05-28 23:21:23 +02:00 committed by GitHub
parent f05408a2e5
commit cf13507349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,10 @@ endif
rtl: ## Generate RTL CSS files
rtlcss -d p/themes && find . -type f -name '*.rtl.rtl.css' -delete
.PHONY: pot
pot: ## Generate POT templates for docs
cd docs && ../cli/translation-update.sh
##########
## HELP ##
##########