Convert django-po2xls generated .xls files to .po files
Project description
django-xls2po is a Django management command to convert django-po2xls generated .xls files to .po files
Warning
django-xls2po does not support plural.
Installation
Obtain your copy of source code from the git repository: $ git clone https://github.com/vint21h/django-xls2po.git. Or download the latest release from https://github.com/vint21h/django-xls2po/tags/.
Run $ python ./setup.py install from the repository source tree or unpacked archive. Or use pip: $ pip install django-xls2po.
Configuration
Add "xls2po" to settings.INSTALLED_APPS.
INSTALLED_APPS += [
"xls2po",
]
Usage
Just run: $ python ./manage.py xls-to-po Django management command from project folder and if you have django-po2xls generated .xls files near of your .po files they will be overwritten by .xls files content.
Contributing
Install GNU Make
Install and configure pyenv and pyenv-virtualenv plugin
Install and configure direnv
Create environment config from example
cp .env.example .env
Install development dependencies:
make install
Create your fix/feature branch:
git checkout -b my-new-fix-or-feature
Check code style and moreover:
make check
Run tests:
make test
Push to the branch:
git push origin my-new-fix-or-feature
Licensing
django-xls2po 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-xls2po/
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-xls2po-0.9.0.zip
.
File metadata
- Download URL: django-xls2po-0.9.0.zip
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e829df7b9a281a1b9cc70cc6dbea4ce423c1bb06113c7f729cd12ed88ebc31a |
|
MD5 | b78cc06d3febfb38701959c5a1748629 |
|
BLAKE2b-256 | 4fa1f407f9f31f422138c65ffdc39734e36096648b5d6cb7ff1c3f401600331a |
File details
Details for the file django_xls2po-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: django_xls2po-0.9.0-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5568978222090c39f3b4e5a9baeff84235aac36ad3365043a9f95e17cb87f56 |
|
MD5 | 34313deedce7ec8776fd5c77a8f4163d |
|
BLAKE2b-256 | cee12ceb4e86bcfe849471da3aab2ae493b224df0948bd0cb173d19c9ad03de9 |