Skip to content

feat: Localize traceroute strings#4228

Merged
jamesarich merged 1 commit into
mainfrom
feat/traceroute-string-templates
Jan 15, 2026
Merged

feat: Localize traceroute strings#4228
jamesarich merged 1 commit into
mainfrom
feat/traceroute-string-templates

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

Refactors traceroute functionality to use localized string resources instead of hardcoded English text.

This includes localizing:

  • Route headers ("Route traced toward destination", "Route traced back to us")
  • Duration display ("Duration: ...")
  • Log entry format ("time - text")

resolves #4221

Refactors traceroute functionality to use localized string resources instead of hardcoded English text.

This includes localizing:
- Route headers ("Route traced toward destination", "Route traced back to us")
- Duration display ("Duration: ...")
- Log entry format ("time - text")

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich added the l10n Pertaining to localization/translation label Jan 15, 2026
@github-actions github-actions Bot added the enhancement New feature or request label Jan 15, 2026
@jamesarich jamesarich enabled auto-merge January 15, 2026 16:29
@codecov

codecov Bot commented Jan 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (5a59dcf) to head (156f62b).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4228   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines         23      23           
  Branches       7       7           
=====================================
  Misses        23      23           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Jan 15, 2026
Merged via the queue into main with commit 37b59af Jan 15, 2026
9 checks passed
@jamesarich jamesarich deleted the feat/traceroute-string-templates branch January 15, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request l10n Pertaining to localization/translation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: hardcoded english strings: Traceroute details

1 participant