Skip to main content

makemessages command that allows for arguments to be passed to xgettext.

Project description

Authors:

Resulto Developpement Web Inc.

Version:
0.1.1

This project has one goal:

  1. Allow makemessages to receive additional parameters to pass to xgettext.

Requirements

django-makemessages-xgettext works with Python 2.7 and 3.4. It requires Django 1.7+

Installation

Install with pip

pip install django-makemessages-xgettext

Then add “django_makemessages_xgettext” to the INSTALLED_APPS list in settings.py

INSTALLED_APPS = [
    ...
    "django_makemessages_xgettext",
]

Usage

As a way to generate .po files without the line number comment reference

Just use the makemessagesxgettext command instead of the makemessages command:

python manage.py makemessagesxgettext -a --xgettext=--add-location=file

License

This software is licensed under the New BSD License. See the LICENSE file in the repository for the full license text.

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

django-makemessages-xgettext-0.1.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

django_makemessages_xgettext-0.1.1-py2.py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 2 Python 3

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