everypolitician / gender-balance

Crowdsourcing platform for gathering gender information about politicians to improve the data in EveryPolitician
gender-balance.org
15 stars 3 forks source link

Replace female/male with woman/man where it appears on the interface #272

Closed andylolz closed 9 years ago

andylolz commented 9 years ago

Suggestion from @emmajane: https://twitter.com/emmajanehw/status/641563916355653632

screen shot 2015-09-09 at 12 37 09

I wonder if this should also be changed in code? (Possibly not in the database, though.)

tmtmtmtm commented 9 years ago

Let's just change it on the site first, as that should be much quicker/safer than code-level changes.

Is this just on the buttons, or is there anything beyond that?

andylolz commented 9 years ago

much quicker/safer than code-level changes

Kk cool.

Is this just on the buttons, or is there anything beyond that?

It’s other places too e.g. screen shot 2015-09-09 at 12 57 34

emmajane commented 9 years ago

Doing a quick grep through the repo it looks like there are only a few places male/female are used:

I haven't looked at assets (PNGs/GIFs/JPGs).

emmajane commented 9 years ago

Obviously changing all of the underlying code / variables / function names is an invisible change that you might choose to make. The long term advantage is that you might attract (or rather: not deter) a wider range of developers who are interested in the code base. HOWEVER, I think it's fine to split off that task as a "low hanging fruit" / "new contributor" task, and it does not need to be part of the updates made to the visible interface.

andylolz commented 9 years ago

Sounds good to me. I’ve (clumsily) reworded this ticket accordingly.

laurakalbag commented 9 years ago

Hats off for this effort. <3

andylolz commented 9 years ago

Sorted. Thanks all!