From 6225ddbaf305a9859ad16118e46f6ec2fbcec68d Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 22 Jun 2017 10:35:17 -0400 Subject: [PATCH] update `.tx/config` with new file changes 1. Remove ttt 2. Add tips --- .tx/config | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.tx/config b/.tx/config index a3fda83b8..e8a3c7836 100644 --- a/.tx/config +++ b/.tx/config @@ -68,12 +68,6 @@ source_file = src/views/developers/l10n.json source_lang = en type = KEYVALUEJSON -[scratch-website.things-to-try-l10njson] -file_filter = localizations/things-to-try/.json -source_file = src/views/thingstotry/l10n.json -source_lang = en -type = KEYVALUEJSON - [scratch-website.guidelines-l10njson] file_filter = localizations/guidelines/.json source_file = src/views/guidelines/l10n.json @@ -110,3 +104,8 @@ source_file = src/views/credits/l10n.json source_lang = en type = KEYVALUEJSON +[scratch-website.tips-l10njson] +file_filter = localizations/tips/.json +source_file = src/views/tips/l10n.json +source_lang = en +type = KEYVALUEJSON