coddingtonbear / django-measurement

Easily store, retrieve, and convert measurements of weight, volume, distance, area and more.
MIT License
145 stars 33 forks source link

Any i18n options? #78

Closed diogosimao closed 6 years ago

diogosimao commented 6 years ago

Would like to ask if are there any options for locale? Or how would the package behave with it in Django?

codingjoe commented 6 years ago

That depends, SI units are the same in all languages. The only units that could be problematic are imperial units as well as time units. You check check out the units here. Those are used to create the choices.

codingjoe commented 6 years ago

In any case I will close the issue, since it would need to be done in python-measurement anyway. https://github.com/coddingtonbear/python-measurement