Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP39: fix word in Italian wordlist special considerations #1724

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

savvar9991
Copy link
Contributor

Corrected terminology: "double vocals" → "double vowels"

Explanation of Change:

  1. The rule being described refers to spelling and letter patterns, specifically when two vowel letters appear together.
  2. The term "vowels" is the proper linguistic term for such letters, while "vocals" is incorrect in this context.
  3. The example "lineetta" demonstrates a double vowel pattern ('ee').

@@ -76,7 +76,7 @@ Words chosen using the following rules:
6. No plural words.
7. No words that remind negative/sad/bad things.
8. If both female/male words are available, choose male version.
9. No words with double vocals (like: lineetta).
9. No words with double vowels (like: lineetta).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, per https://translate.google.com/?sl=en&tl=it&text=vowel&op=translate, "vowel" in English appears to be "vocale" in Italian, so this fix looks correct.

@jonatack jonatack changed the title Replace incorrect term BIP39: fix word in Italian wordlist special considerations Dec 18, 2024
@jonatack jonatack merged commit 8e59f74 into bitcoin:master Dec 18, 2024
4 checks passed
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.

2 participants