-
Notifications
You must be signed in to change notification settings - Fork 106
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
Feature: Add talks language support, filters and API #468
Comments
Hi @lekzd and thank you for your suggestion. It seems like a good idea. From what I see, most of the conferences are in English: meaning, talks (thus, cfps) will be done in English for maximum audience. And some conferences are held in their local language (relative to the country). So, technically, if we know it's not in English, it will be by default in the local language of the country. This might be tricky for countries with multiple local languages. 😬 What do you think? |
@nimzco looks reasonable, but we have three different cases:
For the first one attribute can be blank, for another ones needs to specify: 'EN, ES' or 'ES' for non-english conferences. |
|
@nimzco yes:
Same situation goes for almost all conferences in Belarus, Russia, Armenia (2—3 languages) or Latin America (English or/and Spanish) |
I've started tracking conference languages: #545 Let's get data on upcoming conferences and I'll show the field on the frontend :) |
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:
So anything else needed? What do you think about this feature?
The text was updated successfully, but these errors were encountered: