Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 359 Bytes

README.rst

File metadata and controls

21 lines (16 loc) · 359 Bytes

Django JSON Translations

Django JSON Translations is an app that provides a field for storing translations in PostgreSQL JSON field.

Config

Add the supported languages in settings as following LANGUAGES = [ ('en', _('English')), ('nl', _('Dutch')), ('fr', _('French')), ]

Build

pip wheel .