This adds a Specification BIP draft, "Multilingual mnemonic display and input rules" (resubmission of the previously-closed #2192, updated).
A display wordlist is a 2048-entry list in a target language, index-parallel to the canonical English BIP-39 wordlist. PBKDF2 runs only on the canonical English mnemonic; native-language renderings are a display and input layer with no new cryptographic surface, and every seed produced under the convention is restorable in any BIP-39 wallet via its English form.
The preamble follows the BIP 3 format (Authors, Assigned, Discussion; no Discussions-To/Comments-*). I have not self-assigned a BIP number.
Discussion
- bitcoin-dev (2026-06-13): https://groups.google.com/g/bitcoindev/c/Rwo7P5pTA0c
- Delving Bitcoin (2026-06-23): https://delvingbitcoin.org/t/bip39-native-language-display-wordlists-mapped-to-canonical-english/2637
Reference implementation (MIT): https://github.com/osem23/bip39-wordlists-tzur — 30 index-paired display wordlists with bidirectional mappings, the 10 canonical BIP-39 wordlists preserved byte-for-byte for spec comparison, a reference validator enforcing every MUST clause, reference decoders in Python, JavaScript, and Swift producing byte-identical seeds, and per-language conformance test vectors across the five BIP-39 entropy lengths.
Shipped in production by the TZUR Wallet suite (iPhone and Windows).
License: BSD-2-Clause (document), MIT (reference implementation).