Skip to content

Bug: Missing alphabet for Italian #46

Description

@yanapo

In https://github.com/bretttolbert/verbecc/blob/main/verbecc/src/defs/constants/grammar_defines.py, lines 143-150:

    LangCodeISO639_1.es: {
        "vowels": "aáeiíoóuúy",
        "consonants": "bcdfghjklmnñpqrstvwxyz",
    },
    LangCodeISO639_1.es: {
        "vowels": "aàeéèiìîoóòuùy",
        "consonants": "bcdfghjklmnpqrstvwxyz",
    },

So Spanish alphabet is defined twice but there is none for Italian.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions