Thanks for the great work on this package!
I am working on a multilingual application that needs multilingual controlled vocabulary. django-controlled-vocabulary does exactly what I need, except that I want the label and description fields of the terms to be in both Arabic and English.
A possible solution is to use django-modeltranslation to translates the fields. Is that advisable?