Merge pull request #1026 from strongloop/update_globalization
Update globalization
This commit is contained in:
commit
d02720252e
|
@ -19,7 +19,7 @@ function List(items, itemType, parent) {
|
|||
try {
|
||||
items = JSON.parse(items);
|
||||
} catch (e) {
|
||||
var err = new Error(g.f('could not create List from {{JSON}} string: %j', items));
|
||||
var err = new Error(g.f('could not create List from JSON string: %j', items));
|
||||
err.statusCode = 400;
|
||||
throw err;
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"loopback-connector": "^2.1.0",
|
||||
"node-uuid": "^1.4.2",
|
||||
"qs": "^3.1.0",
|
||||
"strong-globalize": "^2.5.8",
|
||||
"strong-globalize": "^2.6.0",
|
||||
"traverse": "^0.6.6"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
|
Loading…
Reference in New Issue