Merge pull request #2720 from chrisgarrity/sync-translations

Add missing resource to .tx/config
This commit is contained in:
chrisgarrity 2019-01-29 15:23:58 +01:00 committed by GitHub
commit 31e572e534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -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/<lang>.json
source_file = src/views/download/scratch2/l10n.json
source_lang = en
type = KEYVALUEJSON
[scratch-website.camp-l10njson]
file_filter = localizations/camp/<lang>.json
source_file = src/views/camp/l10n.json

View file

@ -205,7 +205,7 @@
"title": "Scratch 1.4"
},
{
"name": "scratch2",
"name": "download-scratch2",
"pattern": "^/download/scratch2/?(\\?.*)?$",
"routeAlias": "/download/scratch2",
"view": "download/scratch2/download",