Skip to content

Commit

Permalink
Fix issues with parsing values in Japanese (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajupadhyay29 committed Jul 17, 2020
1 parent 2a73ae1 commit dbe591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/ja/_lib/match/index.js
Expand Up @@ -30,7 +30,7 @@ var matchMonthPatterns = {
}
var parseMonthPatterns = {
any: [
/^1/,
/^1\D/,
/^2/,
/^3/,
/^4/,
Expand Down

0 comments on commit dbe591a

Please sign in to comment.