What changed, and why it matters
This commit simply adds the word '(beta)' to the Czech language label in the settings, matching how other unfinished translations are already labeled. It is a cosmetic/UI labeling change with no security relevance.
No security action needed. This is a routine UI consistency fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change modifies one string value in settings_definition.py from ‘Čeština’ to ‘(beta) Čeština’. This only affects how the Czech locale option is displayed to the user in the language selection menu. There is no code logic, input handling, cryptographic, or access-control change.
Changed components
src/seedsigner/models/settings_definition.pyInspect captured patch +1 / −1
diff --git a/src/seedsigner/models/settings_definition.py b/src/seedsigner/models/settings_definition.py
index 7c47589..52b31c8 100644
--- a/src/seedsigner/models/settings_definition.py
+++ b/src/seedsigner/models/settings_definition.py
@@ -130,7 +130,7 @@ class SettingsConstants:
LOCALE__DUTCH: "Nederlands",
# --------- Beta languages ------------------------------------------------------
- LOCALE__CZECH: "Čeština",
+ LOCALE__CZECH: "(beta) Čeština",
LOCALE__CHINESE_SIMPLIFIED: "(beta) 简体中文 (Chinese Simplified)",
LOCALE__HINDI: "(beta) हिन्दी (Hindi)",
LOCALE__INDONESIAN: "(beta) Indonesia (Indonesian)",
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.