mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix wedo-legacy translations
The translation generatation script uses the view name from the routes file when generating the translations files. So the route `name:` and `view:` must match. Symptom: when generating translations there were warnings that there were no translations for `wedo-legacy`.
This commit is contained in:
parent
25f7f5b273
commit
48593869f9
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@
|
|||
"title": "LEGO WeDo 2.0"
|
||||
},
|
||||
{
|
||||
"name": "wedo-legacy",
|
||||
"name": "wedo2-legacy",
|
||||
"pattern": "^/wedo-legacy/?$",
|
||||
"routeAlias": "/wedo-legacy/?$",
|
||||
"view": "wedo2-legacy/wedo2",
|
||||
|
|
Loading…
Reference in a new issue