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.
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.3.tar.gz
(16.8 kB
view details)
File details
Details for the file negative-i18n-0.1.3.tar.gz.
File metadata
- Download URL: negative-i18n-0.1.3.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eff0200ef934d511307a31238fc183d2779d7c3061241159b411faac2ddf10b
|
|
| MD5 |
150da40d9ad8204885fbc2940153f534
|
|
| BLAKE2b-256 |
c756decd3d3baabf26cc8701fc3e668bca683d2f8b069eedcc98029155d66d48
|