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
This commit is contained in:
committed by
Brian Ford
parent
6fd048a3b7
commit
1b6d74cc9f
+1
-1
@@ -18,7 +18,7 @@ function parsePattern(pattern) {
|
||||
var p = {
|
||||
minInt: 1,
|
||||
minFrac: 0,
|
||||
macFrac: 0,
|
||||
maxFrac: 0,
|
||||
posPre: '',
|
||||
posSuf: '',
|
||||
negPre: '',
|
||||
|
||||
Reference in New Issue
Block a user