[FEATURE] Translations #28
Labels
back
Concerns the back
dependency
Concerns a dependency
feature
Request for a feature
front
Concerns the front of the app
on hold
Is currently on hold
priority 3
Somewhat important - Something achievable but not of absolute importance
Type of feature
Something new
The name of the feature
Translations
Feature description
Translating RankyList is one of the most important aspects to reach a wider audience. Here's how it would go down :
language
option where they would need to select the language they are using. This would allow us to sort tier lists by language and also add an attributelang
on tier lists.The second option is fairly easy to implement, we just need to know about where to ask for the user's language.
For the first option, although packages for translation already exist, I don't feel like it's a good idea to use them now. Instead, we should wait to see an official release from SvelteKit (see this issue).
We definitely want to render translations server-side to avoid loading them in the front end and also so it can work without Javascript.
Additional information
It should also be possible to select multiple languages when sorting of course, but only one language would be allowed per tier list.
About the possible libraries we could use :
For now, unless we really need it, let's wait and see if SvelteKit releases anything for translations any time soon. I know it's on their roadmap (see this issue too).
Code of Conduct
The text was updated successfully, but these errors were encountered: