All Projects → deschler → Django Modeltranslation

deschler / Django Modeltranslation

Licence: bsd-3-clause
Translates Django models using a registration approach.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Modeltranslation

Pootle
Online translation tool
Stars: ✭ 1,346 (+37.77%)
Mutual labels:  translation, django
Pontoon
Mozilla's Localization Platform
Stars: ✭ 976 (-0.1%)
Mutual labels:  translation, django
Django Intro Zh
Django 官方文档的 intro 部分的中文翻译
Stars: ✭ 141 (-85.57%)
Mutual labels:  translation, django
Zing
Translation server for continuous localization.
Stars: ✭ 55 (-94.37%)
Mutual labels:  translation, django
Django Translations
Django model translation for perfectionists with deadlines.
Stars: ✭ 109 (-88.84%)
Mutual labels:  translation, django
Weblate
Web based localization tool with tight version control integration.
Stars: ✭ 2,719 (+178.3%)
Mutual labels:  translation, django
Django Rosetta
Rosetta is a Django application that eases the translation process of your Django projects
Stars: ✭ 806 (-17.5%)
Mutual labels:  translation, django
Django Countries
A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.
Stars: ✭ 962 (-1.54%)
Mutual labels:  django
Sujinlee.me
Sujin's Personal Website
Stars: ✭ 33 (-96.62%)
Mutual labels:  django
Yomichan Import
External dictionary importer for Yomichan.
Stars: ✭ 30 (-96.93%)
Mutual labels:  translation
Note App Django Vue Javascript
An example of a note application using django and vue.js
Stars: ✭ 31 (-96.83%)
Mutual labels:  django
Pstore
Python Protected Password Store (django server + cli interface) using client side GPG encryption
Stars: ✭ 34 (-96.52%)
Mutual labels:  django
Parrot
Self-hosted Localization Management Platform built with Go and Angular
Stars: ✭ 967 (-1.02%)
Mutual labels:  translation
Django Precise Bbcode
A Django application for parsing, displaying and editing BBCodes-based text contents.
Stars: ✭ 31 (-96.83%)
Mutual labels:  django
Staruml Django
This extension for StarUML(http://staruml.io) support to generate Django model code from UML model. Install this extension from Extension Manager of StarUML. Based on (https://github.com/niklauslee/staruml-python)
Stars: ✭ 34 (-96.52%)
Mutual labels:  django
Translations
Переводы от devSchacht
Stars: ✭ 959 (-1.84%)
Mutual labels:  translation
Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-96.52%)
Mutual labels:  django
Supervisoradmin
supervisor admin is a centralized management tools written by django
Stars: ✭ 31 (-96.83%)
Mutual labels:  django
Djangorestframework Mvt
Serve Mapbox Vector Tiles with Django and Postgres
Stars: ✭ 33 (-96.62%)
Mutual labels:  django
Openapi To Graphql
Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
Stars: ✭ 973 (-0.41%)
Mutual labels:  translation

================ Modeltranslation

The modeltranslation application is used to translate dynamic content of existing Django models to an arbitrary number of languages without having to change the original model classes. It uses a registration approach (comparable to Django's admin app) to be able to add translations to existing or new projects and is fully integrated into the Django admin backend.

The advantage of a registration approach is the ability to add translations to models on a per-app basis. You can use the same app in different projects, may they use translations or not, and you never have to touch the original model class.

.. image:: http://img.shields.io/travis/deschler/django-modeltranslation/master.svg?style=flat-square :target: https://travis-ci.org/deschler/django-modeltranslation

.. image:: http://img.shields.io/coveralls/deschler/django-modeltranslation.svg?style=flat-square :target: https://coveralls.io/r/deschler/django-modeltranslation

.. image:: https://img.shields.io/pypi/v/django-modeltranslation.svg?style=flat-square :target: https://pypi.python.org/pypi/django-modeltranslation/ :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/pyversions/django-modeltranslation.svg?style=flat-square :target: https://pypi.python.org/pypi/django-modeltranslation/ :alt: Supported Python versions

.. image:: https://img.shields.io/gitter/room/django-modeltranslation/community?color=4DB798&style=flat-square :alt: Join the chat at https://gitter.im/django-modeltranslation/community :target: https://gitter.im/django-modeltranslation/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Features

  • Add translations without changing existing models or views
  • Translation fields are stored in the same table (no expensive joins)
  • Supports inherited models (abstract and multi-table inheritance)
  • Handle more than just text fields
  • Django admin integration
  • Flexible fallbacks, auto-population and more!

Project Home

https://github.com/deschler/django-modeltranslation

Documentation

https://django-modeltranslation.readthedocs.org/en/latest

Mailing List

http://groups.google.com/group/django-modeltranslation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].