Add transifex config to git (#1477)

So we can pull different translation resources from different branches.

// FREEBIE
pull/749/head
Lilia 8 years ago committed by Scott Nonnenberg
parent 00e1a6a36a
commit 2166e0924a

1
.gitignore vendored

@ -3,5 +3,4 @@ node_modules
build/curve25519_compiled.js
stylesheets/*.css.map
dist
.tx
.DS_Store

@ -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…
Cancel
Save