i18n: preview transform titles + vault-dialog strings - #255
Merged
Conversation
Closes the last i18n gaps in the clip/vault UI. - ItemMenu preview-header titles (the transform name shown above the result) were English. Recomposed as "<translated verb> · <FORMAT>" — the verb reuses the existing history.transform.* keys, the format name stays literal per the i18n rules, and pure A → B conversions stay literal (language-neutral already). Also routed the "Invalid JWT" / "Valid YAML" / "Invalid: …" result messages through t(). - NewVaultItemDialog: "SWIFT (optional)", the phone country placeholder, and the "Popular" / "All Countries" optgroups now use t(). IBAN stays literal (a financial standard, like a format name). i18n: 7 new keys across all 15 locales. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Closes the last i18n gaps in the clip/vault UI.
<translated verb> · <FORMAT>(verb reuseshistory.transform.*, format stays literal per i18n rules;A → Bconversions already language-neutral). "Invalid JWT" / "Valid YAML" / "Invalid: …" result messages routed throught().t(). IBAN stays literal.7 new keys ×15 locales.
tscclean · 606 tests green.🤖 Generated with Claude Code