popcodeorg / popcodeorg/popcode
Internationalize time formatting
Open
Nobody has claimed this yet.
code quality
- Dominant language
- JavaScript
- Stars
- 191
- Forks
- 143
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 5
Description
util/timeFormatter is currently hard-coded to produce an English date. We should make it possible to produce date strings in the current locale.
I believe the format function of i18next will be of use here.
Followup to #1511
Contributor guide
No contributing guide indexed for this repository
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
Start with util/timeFormatter and the follow-up issue #1511, then review i18next's format function documentation. Update the formatter so date strings use the current locale, and verify that the resulting output is no longer hard-coded to English.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- internationalization, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100