From 3d8f5eff82467b4888a630a74e6f69cd6834a421 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 20 Jul 2017 08:06:01 -0400 Subject: [PATCH] Add tx config for camp page --- .tx/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tx/config b/.tx/config index 7e6f49722..1549f1b69 100644 --- a/.tx/config +++ b/.tx/config @@ -115,3 +115,9 @@ file_filter = localizations/download/.json source_file = src/views/download/l10n.json source_lang = en type = KEYVALUEJSON + +[scratch-website.camp-l10njson] +file_filter = localizations/camp/.json +source_file = src/views/camp/l10n.json +source_lang = en +type = KEYVALUEJSON