forked from koreader/koreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove template pot and translated po files in the main repo
aternatively the resource file(pot file) in Transifex is updated with `make pot` and the translated files(po files) is updated with `make po`. `make pot po` will be handled automatically on the nightly build machine.
- Loading branch information
Showing
18 changed files
with
16 additions
and
11,955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
all: update | ||
|
||
update: | ||
tx pull -a -f | ||
all: bootstrap push pull | ||
|
||
bootstrap: | ||
tx set --auto-local -r koreader.koreader "<lang>/koreader.po" \ | ||
--source-language=en \ | ||
--source-file "templates/koreader.pot" --execute | ||
|
||
pull: | ||
tx pull -a -f | ||
|
||
push: | ||
tx push -sl en | ||
|
||
.PHONY: all clean | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.