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 .php and .module files.
  • Ensure all UI strings are wrapped in $this->t() or t() 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

Command icon 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

sergeydruua created an issue. See original summary.

sergeydruua’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

sergeydruua’s picture

Status: Fixed » Closed (fixed)