Skip to main content

Database-stored translation strings for Django

Project description

=============================
negative-i18n
=============================

.. image:: https://badge.fury.io/py/negative-i18n.png
:target: http://badge.fury.io/py/negative-i18n

.. image:: https://travis-ci.org/negative-space/negative-i18n.png?branch=master
:target: https://travis-ci.org/negative-space/negative-i18n

Database-stored translation strings for Django


Features
--------

* Strore translations in database
* Download translations as po file
* Import translations from po file
* Simple admin interface for editing translations
* Instant refresh of translation strings
* negative-inline-editor integration


Installation
---------------

pip install negative-i18n

Add 'negative_i18n' to installed apps.


Configuration
------------------

settings.COLLECT_I18N_STATS
default: True
meaning: collect strings to database


Usage in templates
---------------------

{% load negative_i18n %}

<div>
<h1>{{ 'i18n test'|_ }}</h1>
</div>


Usage in views
-------------------

from negative_i18n.trans_utils import _

_('Some text')




Documentation
-------------

The full documentation is at http://negative-i18n.rtfd.org.



History
-------

0.1.0 (2019-02-14)
++++++++++++++++++

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

negative-i18n-0.1.2.tar.gz (16.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page