-
Notifications
You must be signed in to change notification settings - Fork 490
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
Gateway missing translations.json #1395
Comments
Note to self: we don't use that file, but:
Changing the default namespace to |
lidel
added a commit
that referenced
this issue
Jun 4, 2020
default was translation.json, which does not exist, and always failed closes #1395
lidel
added a commit
that referenced
this issue
Jun 4, 2020
fix(i18n): explicit t={t} in <Trans tags Perhaps there is more elegant way to do this, but by explicitly passing t we ensure everything works, no matter if page is a separate module or if translations did not load yet. closes #1370 fix(i18n): use app.json for fallback default was translation.json, which does not exist, and always failed closes #1395 fix(i18n): paragraoh2 → paragraph2 typo in .json files blocked translation from being properly loaded
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
js-ipfs version: 0.40.0-
Repo version: 7
System version: x64/linux
Node.js version: v11.15.0
Type: Bug
Severity: Very Low
Description:
Gateway dashboard UI cannot be translated to other than English. Translation snippets appear to be requested but missing.
Steps to reproduce the error:
http://127.0.0.1:9090/ipfs/Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip/#/settings
http://127.0.0.1:9090/ipfs/Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip/locales/es/translation.json
translation.json
is missing does not affect the actual partial internationalization of the UIScreenshot
The text was updated successfully, but these errors were encountered: