diff options
author | Caio Carrara <ccarrara@thoughtworks.com> | 2016-06-23 14:59:56 -0300 |
---|---|---|
committer | Caio Carrara <ccarrara@thoughtworks.com> | 2016-06-27 16:32:58 -0300 |
commit | 26edeeca9050f126070f699592f0fdf2c090935e (patch) | |
tree | 44898363fe2cff205659583379fad7c94b3451a0 /web-ui/.tx/config | |
parent | d4e9cedd8a1508d8645292ec9803d1fa0e507d89 (diff) |
Changes source language from en to en_US
See: #727
Diffstat (limited to 'web-ui/.tx/config')
-rw-r--r-- | web-ui/.tx/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web-ui/.tx/config b/web-ui/.tx/config index 08d49d7f..25299ced 100644 --- a/web-ui/.tx/config +++ b/web-ui/.tx/config @@ -3,7 +3,6 @@ host = https://www.transifex.com [pixelated-user-agent.web-ui] file_filter = app/locales/<lang>/translation.json -source_file = app/locales/en/translation.json -source_lang = en +source_file = app/locales/en_US/translation.json +source_lang = en_US type = KEYVALUEJSON - |