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 the git repository: $ git clone https://github.com/vint21h/django-po2xls.git. Or download the latest release from https://github.com/vint21h/django-po2xls/tags/.
Run $ python ./setup.py install from the 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: $ python ./manage.py po-to-xls Django management command from project folder and .xls files will be dropped near 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
Built Distribution
File details
Details for the file django-po2xls-0.6.1.zip
.
File metadata
- Download URL: django-po2xls-0.6.1.zip
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c7d617486458a8edd583393a14a3ba1bd70eb2fcc97285a25a14e4b81c9fa1 |
|
MD5 | 1ad4fb63197a35e97139500a4e37db81 |
|
BLAKE2b-256 | 7cb1509df475681495c122b5875fcbcfa137cb5706c4eba421e46fc4f2a4fab4 |
File details
Details for the file django_po2xls-0.6.1-py3-none-any.whl
.
File metadata
- Download URL: django_po2xls-0.6.1-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bd4030f19fa92a092c8519305bd1e56d14cf1e06350dd7fff2cb888e4d3092a |
|
MD5 | 0888ba2c83c353c72ef77c643e9cb86d |
|
BLAKE2b-256 | c2cfdbd4eeacac843ccf375cbdd507f9fefcc2a94913a5e1c37020f8cd9bd557 |