betty.cli.commands.extension_update_translations module

final class betty.cli.commands.extension_update_translations.ExtensionUpdateTranslations[source]

Bases: ShorthandPluginBase, AppDependentFactory, Command

A command to update all of an extension’s translations.

__init__(app: App)[source]
async click_command() Command[source]

Get the plugin’s Click command.

async classmethod new_for_app(app: App) Self[source]

Create a new instance using the given app.