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

[Arabic] Word Categories in the Book are the LearnEnglish ones... #141

Closed
FrancyCavallari opened this issue Feb 17, 2021 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request to validate Done, should be tested so to close it
Milestone

Comments

@FrancyCavallari
Copy link
Member

.. so many words do not appear in the Book and the Math category is empty.
image

Where is defined the list of categories?
I suppose we should allow the list of categories to change for each edition...

@FrancyCavallari FrancyCavallari added bug Something isn't working question Further information is requested labels Feb 17, 2021
@FrancyCavallari FrancyCavallari changed the title [Arabic] Categories are the LearnEnglish ones... [Arabic] Word Categories in the Book are the LearnEnglish ones... Feb 17, 2021
@FrancyCavallari
Copy link
Member Author

We must define a standard list of categories for all Editions and all words must be assigned to a category (otherwise they won't appear in the book)

@StefanoCecere
Copy link
Member

now the categories list is:

    public enum WordDataCategory
    {
        None = 0,
        Animals = 1,
        Body = 2,
        City = 3,
        Clothes = 4,
        Colors = 5,
        Days = 6,
        Family = 7,
        Food = 8,
        Home = 9,
        Months = 10,
        Nature = 11,
        Numbers = 12,
        Objects = 13,
        Seasons = 14,
        Expressions = 15,
        Feelings = 16,
        Jobs = 17,
        NumbersOrdinal = 18,
        Math = 19
    }

@StefanoCecere StefanoCecere added enhancement New feature or request and removed bug Something isn't working labels Mar 4, 2021
@StefanoCecere StefanoCecere added to validate Done, should be tested so to close it and removed question Further information is requested labels Apr 13, 2021
@StefanoCecere StefanoCecere added this to the Arabic 2.0 milestone Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to validate Done, should be tested so to close it
Projects
None yet
Development

No branches or pull requests

2 participants