Add missing-type install hint nls messages

This commit is contained in:
Nick O'Leary 2015-06-17 15:39:03 +01:00
parent 9ca102cf81
commit 24efdbe4da
1 changed files with 4 additions and 1 deletions

View File

@ -81,7 +81,10 @@
"stopped-flows": "Stopped flows",
"stopped": "Stopped",
"missing-types": "Waiting for missing types to be registered:",
"missing-type-provided": " - __type__ (provided by npm module __module__)"
"missing-type-provided": " - __type__ (provided by npm module __module__)",
"missing-type-install-1": "To install any of these missing modules, run:",
"missing-type-install-2": "in the directory:"
},
"flow": {
"unknown-type": "Unknown type: __type__",