Skip to content

Incorrect regex pattern in decade_format in fr-fr/date_time.json #31

@coderabbitai

Description

@coderabbitai

An incorrect regex pattern is present in the decade_format in fr-fr/date_time.json. The pattern [2-6|8] incorrectly uses the | character inside a character class. It should be corrected to [2-68] to match digits 2 through 6 and 8.

Referenced in PR #1: #1

Comment URL: #1 (comment)

Reported by @JarbasAl.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions