2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/l10n/Makefile
Qingping Hou 4914f5467f add Makefile for managing po and pot files
basically wrapper around tx
2013-04-08 02:54:37 +08:00

13 lines
206 B
Makefile

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