From fb8de7a59c4f0322221f13204355692bef9697d7 Mon Sep 17 00:00:00 2001 From: Matt Tuchfarber Date: Thu, 4 Apr 2019 15:13:55 -0400 Subject: [PATCH] Fix i18n paths --- .tx/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index eb01b4d9..4ade8ea4 100644 --- a/.tx/config +++ b/.tx/config @@ -2,7 +2,7 @@ host = https://www.transifex.com [edx-platform.frontend-component-footer] -file_filter = "src/i18n/messages/.json" -source_file = "src/i18n/transifex_input.json" +file_filter = src/i18n/messages/.json +source_file = src/i18n/transifex_input.json source_lang = en type = KEYVALUEJSON