add Makefile for managing po and pot files

basically wrapper around tx
This commit is contained in:
Qingping Hou
2013-04-08 02:54:25 +08:00
parent 2d0090c6de
commit 4914f5467f

12
l10n/Makefile Normal file
View File

@@ -0,0 +1,12 @@
all: update
update:
tx pull -a
bootstrap:
tx set --auto-local -r koreader.koreader "<lang>/koreader.po" \
--source-language=en \
--source-file "templates/koreader.pot" --execute
.PHONY: all clean