fix(i18n): create config file for Transifex command line client (#91)
This commit is contained in:
8
.tx/config
Normal file
8
.tx/config
Normal file
@@ -0,0 +1,8 @@
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[edx-platform.frontend-app-profile]
|
||||
file_filter = "src/i18n/messages/<lang>.json"
|
||||
source_file = "src/i18n/transifex_input.json"
|
||||
source_lang = en
|
||||
type = KEYVALUEJSON
|
||||
Reference in New Issue
Block a user