-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Summary
authd has user-facing strings that are currently hardcoded in English, including authentication mode labels and error messages. The existing po/ directory in authd-oidc-brokers has an empty fr.po, suggesting i18n is planned but not yet implemented.
Current state
authd-oidc-brokers/internal/broker/authmodes/consts.gohas display labels:- "Local Password Authentication"
- "Device Authentication"
- "Define your local password"
- Error messages in
broker.go("Error connecting to provider", etc.) authd-oidc-brokers/po/fr.poexists but is 0 bytes- No
.pottemplate file
Proposal
I'd like to contribute a Swedish (sv) translation once the i18n infrastructure is in place. Questions:
- Is there a plan for extracting translatable strings (e.g. using
go-i18norgotext)? - Should translations go through Launchpad, or directly as
.pofiles in the repo? - Are the PAM/GDM-facing strings also planned for translation?
Happy to help set up the gettext extraction if useful.
Daniel Nylander — Swedish translator for GNOME, Ubuntu, Debian, and 70+ open source projects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels