You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following my previous discussion, I have started working on a Japanese
translation of the raylib cheatsheet.
I created a small local prototype based on the existing English and Chinese
cheatsheets. At the moment, only the descriptions of the cursor-related
functions in the rcore module have been translated.
The project is still in an experimental stage.
I plan to continue this project while consulting with friends who have
experience in IT and programming. I would also like to invite other Japanese
raylib users to review the translation in the future.
My current translation policy is:
Keep function names unchanged
Keep type names unchanged
Keep parameter names unchanged
Keep constants and enum values unchanged
Keep function signatures unchanged
Translate only section names and human-readable descriptions
Prioritize technical accuracy and clarity for Japanese beginners
I am also using AI tools in a limited supporting role.
For example, I may use AI to:
Help inspect the existing HTML structure
Suggest initial translation candidates
Help with English writing and Git-related questions
Check for obvious omissions or inconsistent terminology
However, I do not plan to accept generated translations without review.
The final wording and technical meaning will be checked by humans, including
myself and people helping with the project.
Before translating the entire cheatsheet, I would appreciate feedback on:
Whether this translation policy is appropriate
Whether the current file structure is suitable
Whether there are any preferred conventions for translated cheatsheets
Whether this project could eventually be proposed for inclusion in raylib.com
Here is a screenshot of the current prototype:
Prototype: currently, only the cursor-related function descriptions are translated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
hi raylib community!
Following my previous discussion, I have started working on a Japanese
translation of the raylib cheatsheet.
I created a small local prototype based on the existing English and Chinese
cheatsheets. At the moment, only the descriptions of the cursor-related
functions in the rcore module have been translated.
The project is still in an experimental stage.
I plan to continue this project while consulting with friends who have
experience in IT and programming. I would also like to invite other Japanese
raylib users to review the translation in the future.
My current translation policy is:
I am also using AI tools in a limited supporting role.
For example, I may use AI to:
However, I do not plan to accept generated translations without review.
The final wording and technical meaning will be checked by humans, including
myself and people helping with the project.
Before translating the entire cheatsheet, I would appreciate feedback on:
Here is a screenshot of the current prototype:
Prototype: currently, only the cursor-related function descriptions are translated.
Prototype repository/branch:
here is my repo :
raylib.com/LuisR385
here is my branch :
feature/japanese-cheatsheet
Thank you!
All reactions