Metadata-Version: 1.0
Name: django-mothertongue
Version: 0.0.6
Summary: A light-weight translation application designed to simplify the process of creating multi-lingual websites and serving appropriate content.
Home-page: https://github.com/robcharlwood/django-mothertongue
Author: Rob Charlwood
Author-email: robcharlwood@gmail.com
License: MIT License
Description: Welcome to django-mothertongue
        ==============================
        
        A light-weight translation application designed to simplify the process of creating multi-lingual websites and serving appropriate content.
        
        Some reasons for using mothertongue:
        
        * In-built integration with `django-localeurl`_ 1.4 or above
        * Automatic langauge detection and redirect based on the user's browser settings
        * Automatic redirecting, state and querystring persistence on language change
        * Language navigation menu object made available globally for easy implementation of language changing controls
        * Extend from django-mothertongues' translation model to allow translation of any model you choose in as many languages as you define in your settings file
        * No fiddly language template tags - django-mothertongue handles all the magic!
        * Translate all your model fields or just one or two
        * django-mothertongue is compatible with django-tinymce
        * django-mothertongue can work side by side with django-rosetta or on its own
        * Search engines will index all languages.
        
        .. _django-localeurl: http://pypi.python.org/pypi/django-localeurl/1.4
        
        
        You can install mothertongue with pip
        
        pip install django-mothertongue
        
        .. comment:
        
        See the `full documentation`_.
        
        .. _`full documentation`: http://packages.python.org/django-mothertongue/
        
Keywords: django i18n model translation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
