- Cleaned up the settings used by django-modeltrans [19](https://github.com/zostera/django-modeltrans/pull/19).
This might be a breaking change, depending on your configuration.
- `AVAILABLE_LANGUAGES` is now renamed to `MODELTRANS_AVAILABLE_LANGUAGES` and defaults to the language codes in the
django `LANGUAGES` setting.
- `DEFAULT_LANGUAGE` is removed, instead, django-modeltrans uses the django `LANGUAGE_CODE` setting.
- Added per-language configurable fallback using the `MODELTRANS_FALLBACK` setting.