SmileyChris / django-countries

A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.
https://pypi.python.org/pypi/django-countries
MIT License
1.44k stars 290 forks source link

Issue with Country Name #462

Closed Princeprem76 closed 7 months ago

Princeprem76 commented 7 months ago

The Country name for "NP" is provided Nepali but it should be Nepal. Same for "IN" it should be India not Indian.

SmileyChris commented 7 months ago

The english versions of these are fine. Maybe this is a problem in a specific translation? https://github.com/SmileyChris/django-countries/blob/main/django_countries/data.py#L139 https://github.com/SmileyChris/django-countries/blob/main/django_countries/data.py#L191