Conversation
WalkthroughThe updates change the name "OneKey Wallet" to "OneKey App" across key definitions and all locale translation files. A new key for "TITLE__ONEKEY_APP" is added, and several internationalization keys are renumbered to maintain sequence. Locale files in multiple languages are updated to reflect the new product name and, in some cases, minor textual adjustments for clarity or consistency. No logic or control flow is changed. Changes
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 5
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (12)
core/src/trezor/lvglui/i18n/keys.py(2 hunks)core/src/trezor/lvglui/i18n/locales/de.py(1 hunks)core/src/trezor/lvglui/i18n/locales/en.py(1 hunks)core/src/trezor/lvglui/i18n/locales/es.py(1 hunks)core/src/trezor/lvglui/i18n/locales/fr.py(1 hunks)core/src/trezor/lvglui/i18n/locales/it.py(1 hunks)core/src/trezor/lvglui/i18n/locales/ja.py(1 hunks)core/src/trezor/lvglui/i18n/locales/ko.py(1 hunks)core/src/trezor/lvglui/i18n/locales/pt_br.py(1 hunks)core/src/trezor/lvglui/i18n/locales/ru.py(1 hunks)core/src/trezor/lvglui/i18n/locales/zh_cn.py(2 hunks)core/src/trezor/lvglui/i18n/locales/zh_hk.py(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Style check
- GitHub Check: Defs check
- GitHub Check: Gen check
🔇 Additional comments (10)
core/src/trezor/lvglui/i18n/locales/pt_br.py (1)
723-723: Spelling and grammar look good.core/src/trezor/lvglui/i18n/locales/de.py (1)
723-723: No issues found.core/src/trezor/lvglui/i18n/locales/fr.py (1)
723-723: Looks good.core/src/trezor/lvglui/i18n/locales/en.py (1)
723-723: No problems here.core/src/trezor/lvglui/i18n/locales/zh_cn.py (2)
723-723: All clear.
805-805: No issues.core/src/trezor/lvglui/i18n/locales/zh_hk.py (2)
723-723: Product name updated.Name changed from "OneKey Wallet" to "OneKey App" for consistency.
805-805: Network support string updated with new product name.Translation updated to use "OneKey App" instead of previous product name.
core/src/trezor/lvglui/i18n/keys.py (2)
1578-1580: New app title key added.New constant
TITLE__ONEKEY_APPadded with same value asITEM__ONEKEY_WALLET.
1908-1951: Keys renumbered for sequential ordering.Constants from
GLOBAL_CANDIDATEonward shifted down by one to maintain proper sequence.
Summary by CodeRabbit