mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-08-15 02:49:53 +00:00
The channel/chat long-press sheets (Mark as read, Share secret, Region & scope, Chat icon, Delete history, Log in again, Reset path, Blocked users), the contacts overflow menu, the URL menu, the power menu rows, five confirm buttons and four page labels were built from glyph-concatenated string literals that never passed through TR() — so their translations, which have existed in the table (now the .lang files) for months, never rendered. All wrapped now; TR() strips the glyph prefix and rebuilds the label, which is exactly the machinery it grew for. Only five keys were genuinely new (Install, Map, Save report, Set, Stop) — translated in all 13 files, bumped to ver 3 (immutable /apps/lang/3/), audit fully green. Also fixes the audit appender's substring presence check: '© OpenStreetMap' contains 'Map', which silently skipped the new Map row in every file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>