bahoo / progressive-events

Decisions get made by people who show up. Progressive Events is here to tell you about where you should show up.
GNU Affero General Public License v3.0
8 stars 2 forks source link

Internationalization #16

Open bahoo opened 8 years ago

bahoo commented 8 years ago

We've got fans across the globe! Lee Rigby writes in:

I'm currently in the process of setting up a UK version of the SandersForPresident Reddit page for Jeremy Corbyn and would like very much to use you site as it's events map. Jeremy is our version of Bernie and he has just as much enthusiasm and as many supporters wanting to set up rallies, phone banks etc. However when I tested your site earlier I found it's currently only set up for US addresses.

Is there any way it could be set up to accept UK addresses too?

The guts of this would be here, two US specific fields: https://github.com/bahoo/progressive-events/blob/master/core/models.py#L25-L26

but making that play intelligently and friendly with the Add Event would need some consideration and testing: http://www.progressiveevents.org/add

Also lurking here, probably:

May be useful: https://docs.djangoproject.com/en/1.9/topics/i18n/

rapicastillo commented 8 years ago

Awesome!! <3

On Sun, Jul 10, 2016 at 9:20 PM, Jon Culver notifications@github.com wrote:

We've got fans across the globe! Lee Rigby writes in:

I'm currently in the process of setting up a UK version of the SandersForPresident Reddit page for Jeremy Corbyn and would like very much to use you site as it's events map. Jeremy is our version of Bernie and he has just as much enthusiasm and as many supporters wanting to set up rallies, phone banks etc. However when I tested your site earlier I found it's currently only set up for US addresses.

Is there any way it could be set up to accept UK addresses too?

The guts of this would be here, two US specific fields: https://github.com/bahoo/progressive-events/blob/master/core/models.py#L25-L26

but making that play intelligently and friendly with the Add Event would need some consideration and testing: http://www.progressiveevents.org/add

Also lurking here, probably:

  • Time Zone considerations
  • Maybe auto-centering the map based on user's current location? (Seattle == me being selfish, but we could get pretty close using their IP)

May be useful: https://docs.djangoproject.com/en/1.9/topics/i18n/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bahoo/progressive-events/issues/16, or mute the thread https://github.com/notifications/unsubscribe/AAYZTDwreJK3zABr0Mli-snwqw54Lx_jks5qUZpugaJpZM4JI9sK .

-Rapi