Aristotle-Metadata-Enterprises / django-garnett

Django Garnett is a field level translation library that allows you to store strings in multiple languages for fields in Django - with minimal changes to your models and without having to rewrite your code.
https://django-garnett.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
81 stars 3 forks source link

Provide a fallback that returns next avaliable language #34

Closed harrywhite4 closed 3 years ago

harrywhite4 commented 3 years ago

Based on the order of languages in GARNETT_TRANSLATABLE_LANGUAGES

Will also need a way to get which language is being displayed

harrywhite4 commented 3 years ago

Added in #36

harrywhite4 commented 3 years ago

Actually still a bit more to do on this

harrywhite4 commented 3 years ago

Finished in #40