mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -05:00
Merge pull request #2720 from chrisgarrity/sync-translations
Add missing resource to .tx/config
This commit is contained in:
commit
31e572e534
2 changed files with 7 additions and 1 deletions
|
@ -104,6 +104,12 @@ source_file = src/views/download/l10n.json
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = KEYVALUEJSON
|
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]
|
[scratch-website.camp-l10njson]
|
||||||
file_filter = localizations/camp/<lang>.json
|
file_filter = localizations/camp/<lang>.json
|
||||||
source_file = src/views/camp/l10n.json
|
source_file = src/views/camp/l10n.json
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
"title": "Scratch 1.4"
|
"title": "Scratch 1.4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "scratch2",
|
"name": "download-scratch2",
|
||||||
"pattern": "^/download/scratch2/?(\\?.*)?$",
|
"pattern": "^/download/scratch2/?(\\?.*)?$",
|
||||||
"routeAlias": "/download/scratch2",
|
"routeAlias": "/download/scratch2",
|
||||||
"view": "download/scratch2/download",
|
"view": "download/scratch2/download",
|
||||||
|
|
Loading…
Reference in a new issue