Skip to content

chore: remove dead French translation keys from fr.ts - #35

Open
detail-app[bot] wants to merge 1 commit into
devfrom
detail/dead-code/chore-remove-dead-french-translation-keys-from-fr-203478
Open

detail-app[bot] wants to merge 1 commit into
devfrom
detail/dead-code/chore-remove-dead-french-translation-keys-from-fr-203478

Conversation

@detail-app

@detail-app detail-app Bot commented Sep 15, 2026

Copy link
Copy Markdown

Type of change

  • Refactor / code improvement

What does this PR do?

Removed 48 unreferenced French translation overrides from packages/console/app/src/i18n/fr.ts. These keys have no t() call-sites anywhere in the codebase: the testimonials (deliberately removed from the go page in PR anomalyco#28368), go.privacy section (removed), go.graph/cta/faq variants that were never wired, nav.changelog/discord/x (header uses only footer.* equivalents), workspace.referral status/source/apply.* keys emitted as raw data-attributes rather than via t(), workspace.keys.table.lastUsed (table uses an empty ), and download.hero.subtitle (never rendered). The i18n system uses a ...en spread with satisfies Dict, so all English values remain available as fallback and removing these overrides changes no runtime behavior.

How did you verify your code works?

Verified via ripgrep that none of the removed keys are referenced by any t() call outside the i18n dictionary files, confirmed the type-check passes (cd packages/console/app && npx tsgo --noEmit), and reviewed the diff against the dead-code removal guidelines.

History


Dead Code PRs can be configured here.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@github-actions

Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants