bananajuicellc / first.bananajuice.tech

A selection game to help gamers pick who goes first.
https://whogoes1st.com
Mozilla Public License 2.0
1 stars 3 forks source link

Translate Who Goes First into multiple languages. #16

Open tswast opened 8 years ago

tswast commented 8 years ago

With https://github.com/bananajuicellc/who-goes-first/pull/15 we'll have the first bit of translation done (translating text with Babel). We'll need a few more things before I can call translation "done" though.

tswast commented 8 years ago

This PR adds a translated "about us" page: https://github.com/bananajuicellc/who-goes-first/pull/19

tswast commented 8 years ago

hreflang tags were added in https://github.com/bananajuicellc/who-goes-first/pull/17

tswast commented 8 years ago

I should make it so that each card has its own language list. That way I don't have to translate every card when adding a new language. Also then I won't have to translate new cards into all languages right away.

tswast commented 8 years ago

I'm thinking we should make it so that the URLs are translated in the same way as the rest of the text (and have the English URL redirect to the translated one once there is a translated one).