fix(core): add signatures [no changelog]
What changed, and why it matters
This commit simply updates a metadata file that records a digital signature (a 'merkle_root') for translation data in a Trezor hardware wallet. There is no code change, no bug fix, and no security issue visible in the diff. It appears to be a routine administrative update to keep the signature record in sync with the latest translation content.
No action required. Treat as routine metadata maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change modifies core/translations/signatures.json, replacing the current merkle_root, datetime, and commit values with newer ones. This file is used to authenticate bundled translation strings on the device. The diff shows only a refresh of the signed metadata; no cryptographic weakness, logic flaw, or vulnerability is present in the change itself.
Changed components
core/translations/signatures.jsonInspect captured patch +3 / −3
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index 0ba63f0c..d0206de6 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -1,8 +1,8 @@
{
"current": {
- "merkle_root": "fb2b41f80c9b9c81ca5ac4c6bf648d4efa5833c2730ed46aefbbe12c234e2e24",
- "datetime": "2026-07-28T19:42:13.416553+00:00",
- "commit": "a010a67f79cb067c69f34e5c046bd87693deafcc"
+ "merkle_root": "0f86e70cd1c4ab2df9b1e7785be7267023d0ccf12afe5ac650a6494546ce9e7b",
+ "datetime": "2026-07-28T20:59:04.039157+00:00",
+ "commit": "4bed222b89bd495e6bee3c5513127ae59790ac99"
},
"history": [
{
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.