# `GettextTranslator.Store.Translation`
[🔗](https://github.com/marmend-company/gettext_translator/blob/main/lib/gettext_translator/store/translation.ex#L1)

Service for managing translation operations.
Handles processing PO files and translation operations.

# `filter_translations`

Filters translations by the given criteria.

# `load_translations`

Loads all translations from the gettext directories.

# `save_all_changes`

Saves all pending translation changes and changelog entries.
Called when saving work or making a PR.

# `save_translations_to_file`

# `update_translation`

Updates a translation with new values.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
