1
0
forked from GRIN/grim
Files
goblin/tests
2ro 8a41b37fa1 goblin: fix raw-key leaks (receipt copy flash, tx canceled status) + call-site i18n guard
Two t!() call sites referenced keys that do not exist in any locale file, so
the dotted key rendered verbatim in the UI:
  - goblin.receipt.copied -> goblin.receive.copied (the shared "Copied" flash)
  - wallets.canceled      -> wallets.tx_canceled  (the existing tx status)
Both now point at keys already translated in all six locales.

Adds every_t_call_site_key_exists_in_en: extracts t!("literal") keys from
src/ and asserts each resolves in en.yml. The existing drift test only compares
locale files to each other and cannot see a call site typing a missing key.
2026-07-06 21:03:40 -04:00
..
2026-06-17 22:22:21 -04:00