From 94d4031948e6dad9027850a458a4314b9a59710d Mon Sep 17 00:00:00 2001 From: Lucas Galfaso Date: Sat, 6 Sep 2014 00:53:22 +0200 Subject: [PATCH] fix(i18n): fix typo at i18n generation code Fix typo at i18n generation code. This would remove the property `macFrac` that has no meaning from all the generated locales --- i18n/src/parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/src/parser.js b/i18n/src/parser.js index 31dea51099fe..e07f27157f88 100644 --- a/i18n/src/parser.js +++ b/i18n/src/parser.js @@ -18,7 +18,7 @@ function parsePattern(pattern) { var p = { minInt: 1, minFrac: 0, - macFrac: 0, + maxFrac: 0, posPre: '', posSuf: '', negPre: '',