Problem/Motivation

To comply with Drupal.org standards, all code comments and documentation must be in English. Currently, the codebase contains 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 and perform translations.

User interface changes

Improvement of English UI strings where applicable.

API changes

None.

Data model changes

None.

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 committed f0bbb910 on 1.0.x
    Issue #3572789: Translate all comments to English and ensure UI strings...
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)