Problem/Motivation
To comply with Drupal.org standards, all code comments and documentation must be in English. Currently, the codebase contains many comments in Russian and Ukrainian, which limits accessibility for the global community.
Proposed resolution
- Translate all Russian and Ukrainian comments to English in all
.phpand.modulefiles. - Ensure all UI strings are wrapped in
$this->t()ort()for proper translation support.
Remaining tasks
Audit all files (especially in src/Plugin/openapi and src/Plugin/rest/resource) and perform translations.
Issue fork myrest-3581147
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
sergeydruua commentedComment #5
sergeydruua commented