# `PhoenixKit.Modules.Publishing.Web.Controller.Translations`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.76/lib/modules/publishing/web/controller/translations.ex#L1)

Translation link building for the publishing controller.

Handles building translation/language switcher links for:
- Group listing pages
- Individual post pages

# `build_listing_translations`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.76/lib/modules/publishing/web/controller/translations.ex#L26)

Build translation links for group listing page.
Accepts posts to avoid redundant list_posts calls.

# `build_translation_links`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.76/lib/modules/publishing/web/controller/translations.ex#L97)

Build translation links for a post page.

---

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