Ru local#68
Conversation
Arkomiko
commented
Jul 4, 2026
- Russian localization
- "docs" folder with translated documents
There was a problem hiding this comment.
Code Review
This pull request introduces Russian localization support by adding Russian to the supported locales, updating metadata, and providing a comprehensive translation file (locales/ru.json). It also adds localized README and LICENSE files for Japanese, Russian, and Simplified Chinese. The reviewer noted that the part1 field in the Russian license translation is empty and should be populated with "MPL-2.0" to complete the sentence.
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.
| "title": "Лицензия", | ||
| "line0": { | ||
| "part0": "WebGAL и WebGAL Terre распространяются под лицензией", | ||
| "part1": "" |
There was a problem hiding this comment.
The part1 field is currently empty. Based on the license information defined in features.openSource.line0, this should contain the license name "MPL-2.0" so that the complete sentence "WebGAL and WebGAL Terre are distributed under the MPL-2.0 license" renders correctly on the license page.
| "part1": "" | |
| "part1": "MPL-2.0" |