chore(translations): upload signed translations
What changed, and why it matters
This commit adds a new digital signature entry to a JSON file that records approved translation packages for Trezor hardware wallets. It is a routine administrative update with no code changes and no apparent security relevance.
No action required. Treat as routine metadata update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff appends one object to the ‘history’ array in core/translations/signatures.json. The object contains a secp256k1-style ECDSA signature (65 bytes hex), version ‘2.12.1.0’, a merkle_root, a timestamp, and a commit hash. This file is used to distribute signed translation blobs; adding a signature for a new version is a normal release/maintenance task. No firmware logic, cryptographic primitives, or validation behavior is modified.
Changed components
core/translations/signatures.jsonInspect captured patch +7 / −0
diff --git a/core/translations/signatures.json b/core/translations/signatures.json
index e3de6d6d..931d1058 100644
--- a/core/translations/signatures.json
+++ b/core/translations/signatures.json
@@ -5,6 +5,13 @@
"commit": "3a54a09ba9f1c7af38f7562117b7f641e91bdbf3"
},
"history": [
+ {
+ "signature": "03dabaf5e39acbf6e62193652b4b7c087f3f4189dc18c8e97a2a971b5a527ee872f2d76bbee1938ac1d1f321b4bfaffb6f267637cba0e53a835193909abc91e60b",
+ "version": "2.12.1.0",
+ "merkle_root": "ddd789ba7b38d841ea828d0d0860c99ca138c2f3d91a6d7cd373ecc02d6760cd",
+ "datetime": "2026-06-02T13:09:30.947584+00:00",
+ "commit": "64698d0d844e3322eca435beaae3df602aa08b10"
+ },
{
"signature": "0365aed2f0ca6d1a1b59ae5d59d95971af7f14ce8506de2ef52c93ed995baffe165dac3e5f116bac53118654ba8e0f56f08dc1d8256c2727c8770bd0f9897f950c",
"version": "2.12.0.0",
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.