fix(agent-installer): backfill Agent Tunnel localization strings to JSON#1801
Conversation
The 11 Agent Tunnel strings from #1789 were edited directly into the .wxl files with no JSON source entries, so the next Strings.g.tt regeneration would silently delete them. Backfill to Strings_en-US/ fr-FR.json and regenerate (.wxl diffs are pure reordering). Changelog: ignore
Let maintainers know that an action is required on their side
|
Summary
The 11 Agent Tunnel localization strings added in #1789 were hand-edited directly into the generated
.wxlfiles without corresponding entries in the JSON sources (Strings_en-US.json/Strings_fr-FR.json). The nextStrings.g.ttregeneration would silently delete them — exactly the failure mode Richard flagged.This backfills all 11 keys to both JSON sources and regenerates.
Review note
Strings.g.csconstants..wxldiffs are pure reordering — the generator sorts byIdwithin each group. Id set vs master is +0/-0 (no keys added/removed, no text changed); those keys already existed in the.wxl.Strings.g.tt.No user-visible change.
Changelog: ignore