From f5880f4b27ac72de63624c53134723eeba1a7bb5 Mon Sep 17 00:00:00 2001 From: albemarle <45690905+albemarle@users.noreply.github.com> Date: Wed, 13 Mar 2019 16:04:15 -0400 Subject: [PATCH] fix(i18n): create config file for Transifex command line client (#91) --- .tx/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..4a0c82b --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[edx-platform.frontend-app-profile] +file_filter = "src/i18n/messages/.json" +source_file = "src/i18n/transifex_input.json" +source_lang = en +type = KEYVALUEJSON