Merge pull request #1026 from strongloop/update_globalization

Update globalization
This commit is contained in:
Amir-61 2016-08-03 15:19:21 -04:00 committed by GitHub
commit d02720252e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ function List(items, itemType, parent) {
try { try {
items = JSON.parse(items); items = JSON.parse(items);
} catch (e) { } 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; err.statusCode = 400;
throw err; throw err;
} }

View File

@ -46,7 +46,7 @@
"loopback-connector": "^2.1.0", "loopback-connector": "^2.1.0",
"node-uuid": "^1.4.2", "node-uuid": "^1.4.2",
"qs": "^3.1.0", "qs": "^3.1.0",
"strong-globalize": "^2.5.8", "strong-globalize": "^2.6.0",
"traverse": "^0.6.6" "traverse": "^0.6.6"
}, },
"license": "MIT" "license": "MIT"