Skip to content

mpena2099/django-suit-locale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-suit-locale

https://pypip.in/v/django-suit-locale/badge.png https://pypip.in/d/django-suit-locale/badge.png https://pypip.in/wheel/django-suit-locale/badge.png https://pypip.in/license/django-suit-locale/badge.png

The aim of this project is to bring better localization process for Django Suit (http://djangosuit.com/).

What i have done

  • generated suit locale files
  • compared with django.contrib.admin locale files and removed duplicates
  • compared with the supported packages and removed duplicates
  • left the translations that do not maintain their own translation process
  • left the translations that are from maintained packages but i did not found them

Package support

django-reversion
Fork https://github.com/etianen/django-reversion and translate.
django-cms
Translate at Transifex https://www.transifex.com/projects/p/django-cms/.
django-filer
Translate at Transifex https://www.transifex.com/projects/p/django-filer/.
django-import-export
This package is not localized, so translation is included in this repository.

Localize

Use Transifex to translate to your language https://www.transifex.com/projects/p/django-suit-locale/.

Installation

  • Install easily using pip:
pip install django-suit-locale
  • Add suitlocale to your INSTALLED_APPS settings:
INSTALLED_APPS = (
    ...
    'suitlocale',
    'suit',
)

Packages

No packages published

Languages

  • Python 100.0%