We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when navigate to /#/upload
/#/upload
The text was updated successfully, but these errors were encountered:
I am getting the same issue and the website shows the untranslated strings, not sure why it is not falling back to en?
en
I am also using REACT_APP_FALLBACK_LANGUAGE=en in yarn build.
REACT_APP_FALLBACK_LANGUAGE=en
Sorry, something went wrong.
I could not find an option or setting to force the en language and fix the untranslated strings.
For anyone having this issue I have a hacky workaround:
You can hardcode it to use the en translations in i18n.tsx.
i18n.tsx
Change https://github.com/jhaals/yopass/blob/master/website/src/i18n.tsx#L12
loadPath: process.env.PUBLIC_URL + '/locales/{{lng}}.json',
to
loadPath: process.env.PUBLIC_URL + '/locales/en.json',
No branches or pull requests
I get this error when navigate to
/#/upload
The text was updated successfully, but these errors were encountered: