TUM-Dev/eat-api

Also translate dish type into English

Opened this issue · 3 comments

Also translate dish type into English
COM8 commented

@Friendly-Banana sounds like a really good idea. Any chance you would like to work on a PR for it?

Yes, but I'm not so familiar with the codebase. How would I go about adding this?
There seem to be multiple partial DishType collections: FMIBistroMenuParser.DishType

dish_types: List[str] = []
dish_types = ["Veggie", "Traditionelle Küche", "Internationale Küche", "Specials"]
dish_types = re.split(r"\s{2,}", dish_types_line)

COM8 commented

Basically yes. There is not really more to it.