towerops/priv/gettext
Graham McIntire 0d85e85884
feat: migrate all remaining authentication and session flash messages to gettext
Completes the flash message migration by converting all remaining user-facing strings:

**UserAuth.ex changes:**
- All Plug functions: require_sudo_mode, require_authenticated_user, require_superuser
- load_current_organization error messages (3 messages)
- All LiveView on_mount callbacks (8 auth-related messages)
- Policy consent success message

**SessionManager.ex changes:**
- Mobile device session management (2 messages)
- Alert preferences updates (3 messages including conditional)

All messages now use t_auth() for consistent translation in the auth domain.

All tests passing (100 tests).
2026-02-02 13:02:44 -06:00
..
en/LC_MESSAGES feat: migrate equipment features to gettext and fix sudo mode tests 2026-02-02 12:41:58 -06:00
admin.pot feat: migrate admin features to gettext 2026-02-02 12:45:38 -06:00
auth.pot feat: migrate all remaining authentication and session flash messages to gettext 2026-02-02 13:02:44 -06:00
default.pot feat: migrate core components to gettext 2026-02-02 12:49:13 -06:00
emails.pot feat: migrate email templates to gettext (Phase 2 - Emails) 2026-02-02 09:48:30 -06:00
equipment.pot feat: migrate equipment features to gettext and fix sudo mode tests 2026-02-02 12:41:58 -06:00
errors.pot init 2025-12-21 11:10:43 -06:00