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

Fix issue with Auto Updater and I18n #541

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

justinlampley
Copy link
Collaborator

useTranslation() can not be used in the auto updater because it is called by the main process and is not part of the browser UI window. Instead, initiate its own version of i18next using the system locale as the preferred language.

2 keys in the English messages.json were also corrected, they had an extraneous period at the end. This change will affect the translations on crowdin since the key has changed.

@jurgelenas jurgelenas merged commit a659338 into ExpressLRS:master Jul 12, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants