From 8f7bb287eda557c785e795c64a6689e2f6c4ffc3 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Tue, 21 Nov 2017 16:35:05 -0500 Subject: [PATCH] update transifex config to reflect new conference page --- .tx/config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index 082c157035b..2e63e88f303 100644 --- a/.tx/config +++ b/.tx/config @@ -92,8 +92,8 @@ source_file = src/views/microworldshomepage/l10n.json source_lang = en type = KEYVALUEJSON -[scratch-website.conference-index-l10njson] -file_filter = localizations/conference-index/.json +[scratch-website.conference-index-2017-l10njson] +file_filter = localizations/conference-index-2017/.json source_file = src/views/conference/2017/index/l10n.json source_lang = en type = KEYVALUEJSON @@ -127,3 +127,9 @@ file_filter = localizations/messages/.json source_file = src/views/messages/l10n.json source_lang = en type = KEYVALUEJSON + +[scratch-website.conference-index-l10njson] +file_filter = localizations/conference-index/.json +source_file = src/views/conference/2018/index/l10n.json +source_lang = en +type = KEYVALUEJSON