Description
Add field-level translations to Django models through a registration-based approach. It helps multilingual websites store and serve localized versions of model content without creating separate models for every language.
This is a localization library for developers. Projects should plan fallback language behavior, database migrations, admin editing, and search indexing so translated content remains consistent.