Skip to content

Commit

Permalink
new tx
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Mar 25, 2023
1 parent e43c94d commit dd7a2d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
run: |
echo install
mkdir $HOME/bin
pip install transifex-client
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
./.travis.sh install
tx push --source
tx pull --mode sourceastranslation -l ar,en
./tx push --source
./tx pull --mode sourceastranslation -l ar,en
echo script
./.travis.sh script
echo deploy
Expand Down
10 changes: 5 additions & 5 deletions .tx/config
@@ -1,10 +1,10 @@
[main]
host = https://www.transifex.com

[yodaat.messages-xlf]
file_filter = src/locale/messages.<lang>.xlf
[o:the-public-knowledge-workshop:p:yodaat:r:messages-xlf]
file_filter = src/locale/messages.<lang>.xlf
source_file = src/locale/messages.xlf
source_lang = he
type = XLIFF
minimum_perc = 0
source_file = src/locale/messages.xlf
source_lang = he
type = XLIFF

0 comments on commit dd7a2d1

Please sign in to comment.