Add transifex config to git (#1477)
So we can pull different translation resources from different branches. // FREEBIE
This commit is contained in:
parent
00e1a6a36a
commit
2166e0924a
2 changed files with 9 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,5 +3,4 @@ node_modules
|
|||
build/curve25519_compiled.js
|
||||
stylesheets/*.css.map
|
||||
dist
|
||||
.tx
|
||||
.DS_Store
|
||||
|
|
9
.tx/config
Normal file
9
.tx/config
Normal file
|
@ -0,0 +1,9 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[signal-desktop.messagesjson]
|
||||
file_filter = _locales/<lang>/messages.json
|
||||
source_file = _locales/en/messages.json
|
||||
source_lang = en
|
||||
type = CHROME
|
||||
|
Loading…
Reference in a new issue