Add transifex config to git (#1477)
So we can pull different translation resources from different branches. // FREEBIE
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user