Skip to content

Mostaard/django-json-trans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

py -m build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages