Skip to content

Commit

Permalink
Import localizations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Oct 19, 2019
0 parents commit 1afc501
Show file tree
Hide file tree
Showing 41 changed files with 342,934 additions and 0 deletions.
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# How to sync this folder with transifex

1. Install the transifex client. For example, on Debian or Ubuntu: `sudo apt install transifex-client`.

2. Configure the client:
https://docs.transifex.com/client/client-configuration

3. Pull the changes from transifex: `make pull`
Loading

0 comments on commit 1afc501

Please sign in to comment.