You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Hey, picked this project to add slightly custom wordle game to a site, but its user-base is using language other than English, so I'm going to add localization for it. At the same time I could create a PR here so it's straightforward to add support for other languages and make it easier for more people to play.
An extra step would be to have separate\custom loader for valid and selectable words in different locales. Otherwise it can be solved with simply replacing words_5 on-premise.
Reasoning
As described above, native locale support would make it easier for non-English speaking people to pick up this version of a game as well as play hosted version.
Implementation (optional)
Currently I'm looking into which i18n library to use, other than that I plan on adding directory with locales, current en-US (I presume) and the one I'm translating into. For i18n I'm planning to use either i18next since it's a robust library which I have experience with, or svelte-i18n since it seems to be more popular choice for svelte while i18next's svelte lib seems fairly unused.
@MikhaD let me know your thoughts on this, whether you're interested in having i18n at all, preferences for i18n lib\implementation and anything else I might need to know for this feature.
The text was updated successfully, but these errors were encountered:
Description
Hey, picked this project to add slightly custom wordle game to a site, but its user-base is using language other than English, so I'm going to add localization for it. At the same time I could create a PR here so it's straightforward to add support for other languages and make it easier for more people to play.
An extra step would be to have separate\custom loader for valid and selectable words in different locales. Otherwise it can be solved with simply replacing words_5 on-premise.
Reasoning
As described above, native locale support would make it easier for non-English speaking people to pick up this version of a game as well as play hosted version.
Implementation (optional)
Currently I'm looking into which i18n library to use, other than that I plan on adding directory with locales, current en-US (I presume) and the one I'm translating into. For i18n I'm planning to use either i18next since it's a robust library which I have experience with, or svelte-i18n since it seems to be more popular choice for svelte while i18next's svelte lib seems fairly unused.
@MikhaD let me know your thoughts on this, whether you're interested in having i18n at all, preferences for i18n lib\implementation and anything else I might need to know for this feature.
The text was updated successfully, but these errors were encountered: