Motivation
Some of the conferences on the list can accept proposals on local languages, some of them don't accept English ones. It would be nice to see which languages are accepted and the ability to filter Espanol welcome CPFs only for example.
Realization
As far as I understood it needs to be:
- PR to API repository to accept "cfpLanguages" param and sanitize it to JSON array, like ['EN', 'RU'];
- PR to confs.tech App to add new filters row, that can filter by languages;
- PR to confs data to add "cfpLanguages" section on some of conferences.
So anything else needed? What do you think about this feature?