diff --git a/.tx/config b/.tx/config index fe2fc4709..a9e168164 100644 --- a/.tx/config +++ b/.tx/config @@ -104,6 +104,12 @@ source_file = src/views/download/l10n.json source_lang = en type = KEYVALUEJSON +[scratch-website.download-scratch2-l10njson] +file_filter = localizations/download/scratch2/.json +source_file = src/views/download/scratch2/l10n.json +source_lang = en +type = KEYVALUEJSON + [scratch-website.camp-l10njson] file_filter = localizations/camp/.json source_file = src/views/camp/l10n.json diff --git a/src/routes.json b/src/routes.json index f6a02c555..95c3f101c 100644 --- a/src/routes.json +++ b/src/routes.json @@ -205,7 +205,7 @@ "title": "Scratch 1.4" }, { - "name": "scratch2", + "name": "download-scratch2", "pattern": "^/download/scratch2/?(\\?.*)?$", "routeAlias": "/download/scratch2", "view": "download/scratch2/download",