-
Notifications
You must be signed in to change notification settings - Fork 89
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
When non-English is selected, “Related Reference” on the Example page is not displayed. #555
Comments
Also, the subtitle “Related Reference” does not seem to translate. |
@shibomb I don't see this bug anymore. It seems to have resolved itself. I looked at the pages you link to and they have "related references" in all languages afaict. I read Spanish and could definitely see it there. It has been changed to its plural form also. So I suppose this issue can be closed |
@xuv Thanks for your comment! In my environment, it still does not show up when I select non-English. After your report, I checked it again thoroughly. p5.js-website/src/content/examples/es/01_Shapes_And_Color/00_Shape_Primitives/description.mdx Line 4 in a872651
In other words, it seems to be correct that it is not displayed! |
Upon further inspection, the “relatedReference:” is present only on the “00_Shape_Primitives” page, even in the English version. If “relatedReference:” is reflected in other pages and non-English pages in the future, it will be displayed. Or maybe the fact that only “00_Shape_Primitives” has “relatedReference:” is some kind of test? Does anyone know the policy on this? If the above is not a problem in the current situation, please close this Issue. |
Most appropriate sections of the p5.js website?
Examples
What is your operating system?
None
Web browser and version
No response
Actual Behavior
When non-English is selected, “Related Reference” on the Example page is not displayed.
Expected Behavior
When non-English is selected, “Related Reference” on the Example page is displayed.
Steps to reproduce
Compare the bottom of the example page between English and non-English.
e.g.
https://p5js.org/examples/shapes-and-color-shape-primitives/
https://p5js.org/es/examples//shapes-and-color-shape-primitives/
Would you like to work on the issue?
someone
The text was updated successfully, but these errors were encountered: