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

Add language localisation #180

Open
jameshball opened this issue Dec 26, 2023 · 0 comments
Open

Add language localisation #180

jameshball opened this issue Dec 26, 2023 · 0 comments

Comments

@jameshball
Copy link
Owner

Osci-render should support different major languages to increase accessibility.

JUCE's LocalisedStrings class is designed for this, and https://forum.juce.com/t/application-for-creating-juce-translation-files/9092 could help create the translation files.

Rather than using an English string to map, we should use camelCase names to map the strings so that the string used to map doesn't take up lots of space in the source code. We want to keep this complexity in the translation files themselves.

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

No branches or pull requests

1 participant