lundegaard / lundegaard/validarium
Duplicate id: 'validarium.hasAgeInInterval' in messages.js
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 28
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
in messages keys hasAgeInInterval and matches has same message id.
hasAgeInInterval: {
id: 'validarium.hasAgeInInterval',
defaultMessage: 'You must be between {minAge} and {maxAge} years old',
},
matches: {
id: 'validarium.hasAgeInInterval',
defaultMessage: 'Value has a wrong format',
},
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open messages.js and inspect the hasAgeInInterval and matches message entries shown in the issue. Confirm that each message has a distinct id, then run the repository's available validation or test checks to verify the duplicate identifier is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- internationalization
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100