SmileyChris / django-countries

A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.

Home Page:https://pypi.python.org/pypi/django-countries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Short country names

michaelhjulskov opened this issue · comments

Hi

Is there a way to limit the lenght of the country name in the dropdown?

I would like that.

country names like
"FM": _("Micronesia (Federated States of)"),

I would prefer a short version like
"FM": _("Micronesia (Fed. st. of)"),
or simply
"FM": _("Micronesia"),

Thanks :)

or maybe just a css trick to limit width (or value length) of dropdown options list