[Loc] Org + Site DNT inheritance
Open
Loc
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 38
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 44
Description
As a localization super author, I would like to only have rules in my site which are different from my org.
## Criteria of acceptance
1. Can merge org & site DNT configs.
2. Any duplicates in site would overwrite org.
It's probably as easy as...
```
const combinedDnt = { ...orgDnt, ...siteDnt };
```
Contributor guide
Research direction
No files or tests are named. Start by locating the code that loads org and site DNT configurations, then trace how localization authors' rules are represented. Done means the two configurations can be merged and duplicate site rules take precedence over org rules, with coverage for both behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- localization
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100