learningequality / learningequality/le-utils
Duplicate languages and inconsistencies in languagelookup.json
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Looking through languagelookup.json I found some inconsistencies to langauges:
-
"name":"Panjabi, Punjabi", should be "name":"Panjabi; Punjabi"
These can be fixed manually (change , to ; ) -
Some languages have two different internal representation codes:
"st":{ "name":"Southern Sotho", "native_name":"Sesotho" }, "sot":{ "name":"Southern Sotho", "native_name":"Sesotho" },
Might be a good idea to remove duplicates --- check if exist in CCServer before removing.
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 reviewing languagelookup.json, correcting the Panjabi/Punjabi separator and cataloguing entries with duplicate internal language codes such as st and sot. Check whether each duplicate exists in CCServer before removing anything; done means the inconsistency is corrected and only unsupported duplicates are removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- internationalization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100