diff options
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..e526664 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[noscript.messagesjson] +file_filter = src/_locales/<lang>/messages.json +minimum_perc = 0 +source_file = src/_locales/en/messages.json +source_lang = en_US +type = CHROME |