django-modeltranslation
Model translator
Provides a way to add translations to Django models without modifying the original model class.
Translates Django models using a registration approach.
1k stars
32 watching
257 forks
Language: Python
last commit: 12 days ago
Linked from 2 awesome lists
djangopythontranslation
Related projects:
Repository | Description | Stars |
---|---|---|
django-parler/django-parler | Provides automatic model translations with easy admin integration and fallbacks. | 697 |
zostera/django-modeltrans | Library to translate Django model fields in a PostgreSQL JSONField | 65 |
infoportugal/wagtail-modeltranslation | An app to add translation support to Wagtail CMS without modifying the original models | 151 |
kristianoellegaard/django-hvad | Provides support for model translations in Django, enabling language-aware queries and simplifying translation management. | 533 |
mbi/django-rosetta | A tool to facilitate translation processes in Django projects | 1,071 |
mozilla/pontoon | A web-based platform for managing translations and localizations in software applications. | 1,466 |
dizballanze/django-migrations-graph | Displays Django migration dependencies as a graphical representation. | 48 |
translate/translate | A toolkit for managing and converting localization files to enable efficient translation and localization of software projects. | 857 |
cfabianski/json_translate | A Rails I18n library for translating model attribute values using PostgreSQL's JSONB datatype or MySQL's JSON datatype | 109 |
dfki-nlp/gevalm | Evaluates German transformer language models with syntactic agreement tests | 7 |
devrt/nbtranslate | Translates content from Jupyter Notebooks using gettext tools | 7 |
vikingco/django-states2 | A Django project providing a state machine implementation for managing model states | 132 |
german-nlp-group/german-transformer-training | Trains German transformer models to improve language understanding | 23 |
django-cache-machine/django-cache-machine | Automatically caches and invalidates Django model data in real-time | 876 |
disqus/django-bitfield | Provides a custom BigIntegerField-like class for Django models | 379 |