chore(fe): add missing translations across all languages#3816
Merged
chore(fe): add missing translations across all languages#3816
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR backfills previously-untranslated UI strings (notably SSO sign-in, attribute sharing, and related error messages) across non-English locale .po files so users no longer see English fallback text.
Changes:
- Filled in missing
msgstrentries for recently-added SSO / attribute-sharing UI copy across multiple locales. - Preserved interpolation variables/tokens (e.g.,
{domainInput},{0},{attribute}) while providing localized phrasing. - Added translations for related UI labels/placeholders (e.g., company domain input, permission review, error states).
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/lib/locales/de.po | Adds missing German translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/es.po | Adds missing Spanish translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/fr.po | Adds missing French translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/id.po | Adds missing Indonesian translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/it.po | Adds missing Italian translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/nl.po | Adds missing Dutch translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/pl.po | Adds missing Polish translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/ru.po | Adds missing Russian translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/uk.po | Adds missing Ukrainian translations for SSO/attribute-sharing UI strings. |
| src/frontend/src/lib/locales/ur.po | Adds missing Urdu translations for SSO/attribute-sharing UI strings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aterga
approved these changes
Apr 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several recently-added strings — primarily SSO sign-in, attribute sharing, and related error messages — were untranslated in every non-English language file, so users in those locales would have seen the English source text in the UI.
Changes
de.po,es.po,fr.po,id.po,it.po,nl.po,pl.po,ru.po,uk.po,ur.po(410 strings total).This PR is a one-off catch-up. Future runs will be handled per-language by the automation in #3796 once it lands.