refactor(common): update CLDR data to v33.0.0 (#23265)

PR Close #23265
This commit is contained in:
Olivier Combe
2018-04-10 13:30:51 +02:00
committed by Victor Berchet
parent 5706810af2
commit ce40e85cbb
32 changed files with 83 additions and 92 deletions

View File

@ -128,7 +128,7 @@ module.exports.stringify = function(obj, quoteKeys) {
res = internalStringify(obj_part, i);
if (res === null) {
buffer += 'null';
}/* else if (typeof res === 'undefined') { // modified to support empty array values
} /* else if (typeof res === 'undefined') { // modified to support empty array values
buffer += '';
}*/ else {
buffer += res;