Devographics / Devographics/Monorepo
Change locale string alias logic
Open
- Dominant language
- TypeScript
- Stars
- 178
- Forks
- 55
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
Currently, an alias defined in `locale-en-US` is only effective there.
Change it so that it's effective for all locales, *except* if said locale has its own alias or string definition
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the code that resolves aliases defined in locale-en-US and trace how other locales inherit or override those values. Verify the precedence between a shared alias, a locale-specific alias, and a locale-specific string definition; done means the shared alias applies across locales unless either local definition exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- localization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100