Add research view to transifex config

the `view/research/l10n.json` configuration was missing from the transifex config, so translations are missing.
This commit is contained in:
chrisgarrity 2018-05-01 20:11:20 -04:00
parent 65e7657680
commit 8afaf36232

View file

@ -138,4 +138,10 @@ type = KEYVALUEJSON
file_filter = localizations/preview-faq/<lang>.json
source_file = src/views/preview-faq/l10n.json
source_lang = en
type = KEYVALUEJSON
type = KEYVALUEJSON
[scratch-website.research-l10njson]
file_filter = localizations/research/<lang>.json
source_file = src/views/research/l10n.json
source_lang = en
type = KEYVALUEJSON