Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is possible to create translation to Russian on your monster maker? #109

Open
palikhov opened this issue Jun 1, 2023 · 1 comment
Open

Comments

@palikhov
Copy link

palikhov commented Jun 1, 2023

We can translate all needed info if you are ready to implement it to your great monster maker.

@ebshimizu
Copy link
Owner

hey! its should be possible, the app already uses an i18n system.

To add a new language, we'll need to add a new folder in the i18n folder and then you'll need to replace all of the strings in this file: https://github.com/ebshimizu/5e-monster-maker/blob/master/src/i18n/en-US/index.ts. I can make a file for you to fill in if you're interested in doing that! Once that's set up, I can add a language switcher in the app to pick between available translations.

A note that this will only translate the application strings and not any of the template data, which would need to be translated separately (that data is located here: https://github.com/ebshimizu/5e-monster-maker/tree/master/src/data/templates)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants