Skip to content

Duplicate languages and inconsistencies in languagelookup.json #30

Open
@ivanistheone

Description

@ivanistheone

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions