OpenVoiceOS / OpenVoiceOS/ovos-date-parser
Expand date-time test coverage for German locale
Open
@JarbasAl is already working on this.
Since Nov 7, 2024.
de
- Dominant language
- Python
- Stars
- 0
- Forks
- 8
- Avg merge
- 7h 9m
- Merged PRs (30d)
- 17
Description
The current date-time test coverage is minimal in the German locale. Essential test cases to add:
- AM hours (1-11 AM)
- Special times (midnight, noon)
- Single-digit hours and minutes
- Time zone handling
- Different minutes/seconds combinations
These cases often have special formatting rules in German.
This issue is opened in relation to PR #1 and comment by @JarbasAl.
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.
Assessment
This issue has not been assessed yet.