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

Event.location.cities: Map Germany to Deutschland #176

Open
ebroda opened this issue Apr 12, 2024 · 0 comments
Open

Event.location.cities: Map Germany to Deutschland #176

ebroda opened this issue Apr 12, 2024 · 0 comments
Labels

Comments

@ebroda
Copy link
Member

ebroda commented Apr 12, 2024

Currently the pool has two options for countries: Deutschland (106) and Germany (5 events).

first thought is that maybe people are using english browsers so the google Api provides the country in english. To ensure that all events of the same country, are the same country (Deutschland), maybe an if condition could be added on the creation of the event:

if ev.location.city == 'Germany': 
    ev.location.city = 'Deutschland'

Then the problem above fixes (mostly) itself at 16.05.2024 ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants