django_amazon_translate.management.commands package

Submodules

django_amazon_translate.management.commands.auto_translate_text module

class django_amazon_translate.management.commands.auto_translate_text.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Use Amazon Translate to translate all the .po files in LOCALE_PATHS, any translated strings are not touched'

Module contents