NUKnightLab / NUKnightLab/TimelineJS3
Problem with dates "billion" years BC (in Hungarian version)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.2k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
If you enter dates like -14 000 000 000 (14 billion years BC) it is rendered as "14 billion" in the english version, but as "14 000 million" in the hungarian... it should be "14 milliárd" ("milliárd" is the hungarian word for billion)
You can easily compare the two behaviour...
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
Reproduce the discrepancy using the linked TimelineJS3 embeds with lang=hu and lang=en and the date -14 000 000 000. Trace the date-formatting and Hungarian localization entry points, then verify that the Hungarian output uses “14 milliárd” rather than “14 000 million” while the English output remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100