Convert gettext .po files to .xls
Project description
django-po2xls is a django management command to convert project translation .po files to .xls
Warning
django-po2xls does not support plural.
Installation
Obtain your copy of source code from git repository: git clone https://github.com/vint21h/django-po2xls.git. Or download latest release from https://github.com/vint21h/django-po2xls/tags.
Run python ./setup.py install from repository source tree or unpacked archive. Or use pip: pip install django-po2xls.
Configuration
Add "po2xls" to settings.INSTALLED_APPS.
- INSTALLED_APPS = (
…,
“po2xls”,
…,
)
Usage
Just run po-to-xls django management command and .xls files dropped near your all of your project .po files.
Licensing
django-po2xls is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For complete license text see COPYING file.
Contacts
Project Website: https://github.com/vint21h/django-po2xls
Author: Alexei Andrushievich <vint21h@vint21h.pp.ua>
For other authors list see AUTHORS file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-po2xls-0.2.0.tar.gz
.
File metadata
- Download URL: django-po2xls-0.2.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6913d9ff341ef841158abb7a18992219078fc7b0a82241bb1a85fbbbe6b04cbb |
|
MD5 | 4d347a3535c99c873cbc58f59dfdee82 |
|
BLAKE2b-256 | b4df521f0145bde7f66ebeaacdd0fa519d70825afa48942afd8ad68486515f55 |