This reverts commit 078b0be4dc
.
The original commit was a work around for a bug in CLI. That bug was fixed in the CLI, as a result this change is no longer needed and is being reverted.
PR Close #37074
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
global.ng = global.ng || {};
|
||||
global.ng.common = global.ng.common || {};
|
||||
global.ng.common.locales = global.ng.common.locales || {};
|
||||
var u = undefined;
|
||||
const u = undefined;
|
||||
function plural(n) {
|
||||
if (n === 1) return 1;
|
||||
return 5;
|
||||
|
Reference in New Issue
Block a user