Translate "Apply", "-Please select-"

Created on 24 March 2018, about 7 years ago
Updated 23 May 2025, 14 days ago

Looking for a way to translate the button "Apply" and droplist "-Please Select
Cant find it in modules translation.

🐛 Bug report
Status

Closed: cannot reproduce

Version

1.0

Component

User interface

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇧🇾Belarus gun_dose

    Hi! It was incorrectly marked as "cannot reproduce". But there is these lines in code:

        // phpcs:ignore Drupal.Semantics.FunctionT.NotLiteralString
        $info['#none_label'] = $this->t(static::NONE_LABEL);
    
    

    You intentionally ignoded phpcs error, but it is a wrong way. You used constant name instead of string literal there so this is why this string wasn't extracted to .po file, and this is why translation team can't handle this.

Production build 0.71.5 2024