Skip to content

Django database translation on the basis of gettext, stored in gettext file. Edit on the fly and the changes are instant available.

License

Notifications You must be signed in to change notification settings

GuillaumeCisco/django-lingua

 
 

Repository files navigation

==============
Django Lingua
==============

This is a i18n for the database on the basis of gettext

Reduce the database hits to 0

* Translate it directly in the admin interface
* Access the translation to each field to each language 

Compatible Django >= 1.9
Should work for previous version of Django, not tested yet.


TODO:
Find a way to mixin the model without using a mixin model.
Maybe use `contribute_class` as used before.

About

Django database translation on the basis of gettext, stored in gettext file. Edit on the fly and the changes are instant available.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%