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