Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1b6d74c

Browse files
lgalfasobtford
authored andcommitted
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
1 parent 6fd048a commit 1b6d74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/src/parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function parsePattern(pattern) {
1818
var p = {
1919
minInt: 1,
2020
minFrac: 0,
21-
macFrac: 0,
21+
maxFrac: 0,
2222
posPre: '',
2323
posSuf: '',
2424
negPre: '',

0 commit comments

Comments
 (0)