Added bip39 Italian wordlist - #306
Conversation
|
I apologize for the multiple commits, I tried to squash everything into one but failed (resulting also in 2 closed pull requests). Is it possible to proceed from here? |
|
Sure, doesn't matter how many commits there are. Can you get an ACK from one of the BIP 39 Authors? |
|
@paoloaga is the word list NFKD normalized? (I haven't checked) |
|
@voisine yes, all the words are using standard ASCII charset. Chosen words don't have any accent or special char in native language so they don't cause any confusion. They are also different enough so that they can't be misspelled/misunderstood, they are all recognizable from the first 4 characters, there are at least 3 different chars between words, and words that have similar letter patterns have been avoided. |
|
Great work @paoloaga 👍 |
|
@voisine looks like this word list meets all the requirements; just waiting for your ACK to merge |
|
non-itallian speaking ACK, thanks @paoloaga |
|
italian speaking ACK |
|
Italian speaking ACK 👍 |
Added fix for duplicate word courtesy of @dimitris-t in bitcoin#306.
More line editing and clarifications, also includes typo-fix from @dimitris-t in bitcoin#306 and table of contents from @bcongdon in bitcoin#310.
Here you can find the proposed Italian wordlist for BIP0039.
Words have been chosen using the following rules:
Rules 11 and 12 prevent the selection words that are not different enough. This makes each word more recognizable among others and less error prone. For example: the wordlist contains "atono", then "atomo" is rejected, but "atomico" is good.
All the words have been manually selected and automatically checked against the rules.
Words have been checked automatically against an italian dictionary and spell-checker and reviewed one by one.