Skip to content

thisfro/djangoloco

Repository files navigation

djangoloco

A simple management command to get translations from localise.biz (Loco) for your django app. It will automatically download all the configured locales.

Install

pip install djangoloco

Don't forget to enable the app

INSTALLED_APPS = [
    ...
    "djangoloco",
    ...
]

Setup

In your settings.py, set the API key from Loco (get it here)

LOCO_API_KEY = ...

Usage

To pull the translations, run

python manage.py loco

it will create the files for the enabled languages.

Then you must run makemessages and compilemessages to actually make and compile the messages for django.

About

A simple management command to get translations from localise.biz (Loco) for your django app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages