mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add Makefile for managing po and pot files
basically wrapper around tx
This commit is contained in:
12
l10n/Makefile
Normal file
12
l10n/Makefile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user