Remove the default translation registry locale
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 887
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
Further to #336 and a discussion on Discord, it would be nice to not have a default locale at all in Adventure.
This could be replaced with the system's default locale, as per Locale.getDefault(Category.DISPLAY) or the TranslationRegistry's initial locale could be set to this as well.
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 by reading the discussion in #336 and the issue's two proposed approaches: Locale.getDefault(Category.DISPLAY) or the TranslationRegistry initial locale. Trace where TranslationRegistry establishes and uses its initial locale, then identify the existing tests for locale and translation behavior. Done means the default-locale behavior matches the selected approach without breaking current translation lookups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- internationalization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100