API Reference gettext_ops v#0.1.1

View Source

Modules

Targeted operations for Phoenix Gettext translations.

Configuration and path resolution for gettext_ops.

Helper functions for working with Expo.Message entries.

Change msgid operation for updating source text across all .po and .pot files.

List untranslated entries operation for finding entries with empty translations.

Search operation for finding translation entries by msgid (source text).

Search operation for finding translation entries by msgstr (translated text).

Translation update operation for bulk updating msgstr values in .po files.

Output formatting functions for gettext messages.

Wrapper module for parsing .po files using the Expo library.

Module for updating and writing .po files.

Mix Tasks

Update msgid (source text) across all .po and .pot files.

List all entries with empty translations in .po files.

Search for translation entries by msgid (source text) in .po files.

Search for translation entries by msgstr (translated text) in .po files.

Update msgstr (translations) in .po files from various input sources.