learningequality / learningequality/le-utils
Refactor languagelookup.json
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Refactor:
"nv":{
"name":"Navajo; Navaho",
"native_name":"Diné bizaad, Dinékʼehǰí"
},
to
"nv":{
"name":"Navajo",
"alt_names": ["Navaho"],
"native_name":"Diné bizaad",
"alt_native_names": ["Dinékʼehǰí"],
},
and update all the language lookup functions to the new format.
Also add Tetun, see https://github.com/learningequality/sushi-chef-stanford-digital-medic/issues/1
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
Start by locating languagelookup.json and all language lookup functions in the le-utils repository. Compare the existing Navajo entry with the requested schema, then inspect the linked Tetun issue for the additional language requirements. Done means the new name fields, Tetun data, and every lookup path consistently use the updated format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100