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:
chrisgarrity 2018-11-12 14:07:44 -05:00
parent 25f7f5b273
commit 48593869f9

View file

@ -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",