i18n(ja): Revert keywords.md keyword list to English (#22977 follow-up)#23004
i18n(ja): Revert keywords.md keyword list to English (#22977 follow-up)#23004yahonda wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request updates the keywords.md file by reverting the Japanese translations of SQL keywords back to their standard English uppercase representations (e.g., converting 'アカウント' to 'ACCOUNT') and making minor Japanese phrasing improvements in the introductory text. Feedback was provided to refine a sentence on line 12 to ensure a more natural Japanese structure, avoiding an unnatural trailing colon and backticks.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
cfdada1 to
c0d5fec
Compare
This PR re-applies the fix from #22977 which was overwritten by the automated translation update (commit 6a9f17f).
Changes
Reverts the keyword list in
keywords.mdfrom Japanese translations back to English, matching the original #22977 fix.The SQL keywords themselves (e.g.,
SELECT,UPDATE,DELETE) are universal identifiers and should remain in English even in Japanese documentation.