dataslate
dataslate copied to clipboard
Is there a way to help for UI translations and data translation?
I'd be down to translate both the UI strings and the data for KT2021 to Italian. I've seen there is a separate repository for the data, but it seems like it has no activity.
UI: I'm not sure how it works for React, I come from Android where we have a single strings.xml file where we put all the strings, instanced once for each supported language. Quickly looking at your code, it doesn't seem like the UI is ready to accept translations, but I'm inexperienced in this language.
Data: I'd rather have the translations inside the models, so that we don't have to duplicate all the numeric stuff (like Attacks, Hit, etc values). If there is a discussion about the model I didn't find it, but I could help for the internationalization aspect.