jporter-dev / codewords

162 stars 39 forks source link

Implement i18n for UI elements #35

Closed jporter-dev closed 4 years ago

jporter-dev commented 5 years ago

The application supports non-English dictionaries but the UI is purely in English. Use vue-i18n to map UI text to supported languages.

airon90 commented 4 years ago

I just comment to follow the post and to let you know that I can translate the game in Italian and Esperanto ;)

jporter-dev commented 4 years ago

@airon90 appreciate the offer! We have an Italian dictionary here - feel free to verify that it's correct.

Based on the English dictionary, you could translate to Esperanto. I can give guidance on adding dictionaries if needed, I plan to create documentation on how to submit dictionaries.

We're still sorting out the i18n side of things, but once that's done, having the UI text translated to Italian and Esperanto would be fantastic!

jporter-dev commented 4 years ago

PR #60 closes this