fix(manager): remove obsolete Contact Us translation keys#2755
Conversation
fef8585 to
fd95fcd
Compare
c60fa39 to
9109084
Compare
Greptile SummaryThis PR removes 11 obsolete i18n translation keys (
Confidence Score: 5/5Safe to merge — purely removes dead translation keys with no remaining code references. The change is mechanical and low-risk: it deletes keys that are no longer referenced by any server_manager code (verified via search), from all locale files consistently, including the master_messages.json source file. No logic changes, no API surface changes, no remaining references to the deleted keys. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR #2754: Remove Contact Us dialog flow\nfrom Manager UI source code] --> B[Orphaned i18n keys remain\nin all 66 locale JSON files]
B --> C[This PR #2755: Remove obsolete keys]
C --> D[master_messages.json\nnav-contact-us removed\ncontact-view-* removed]
C --> E[66 locale files\nnav-contact-us removed\ncontact-view-* removed]
D & E --> F[No dangling key references\nin server_manager/]
G[client/web/messages/\ncontact-view-* keys] --> H[Untouched — separate client app\nhas its own i18n scope]
Reviews (1): Last reviewed commit: "remove obsolete Contact Us translation k..." | Re-trigger Greptile |
fd95fcd to
47933e1
Compare
Strips nav-contact-us and the contact-view-* keys from all locale files. Follow-up to removing the Contact Us dialog flow in the manager. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
47933e1 to
ac8b3bb
Compare
Follow up to #2754 removing unused strings
Strips nav-contact-us and the contact-view-* keys from all locale files. Follow-up to removing the Contact Us dialog flow in the manager.