Skip to content

i18n: Wire remaining hardcoded CLI error strings through Fluent#449

Open
betterclever wants to merge 1 commit into
zcash:mainfrom
betterclever:321-i18n-cli-fluent-errors
Open

i18n: Wire remaining hardcoded CLI error strings through Fluent#449
betterclever wants to merge 1 commit into
zcash:mainfrom
betterclever:321-i18n-cli-fluent-errors

Conversation

@betterclever
Copy link
Copy Markdown

Closes #321

First contribution on my side — picked this as a small i18n cleanup.

Wired the last hardcoded CLI error strings I found through fl!() (regtest, migration, chain/indexer, RPC bind, DB migration). Logs, zcashd-matched RPC errors, and --help left as-is per the issue.

Testing

  • cargo fmt --all -- --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test --workspace --all-features
  • cargo check -p zallet

Replace leftover English literals in regtest, migration, chain sync,
RPC bind, and database migration paths with fl!() keys in en-US
zallet.ftl, continuing the CLI i18n audit tracked in zcash#321.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure all CLI messages shown to users are translatable

1 participant