Skip to content

Plugins: Wrong textdomain on plugin sidebar review links #792

Description

@mathetos

On locale plugin pages, the Ratings sidebar link Your review stays in English. German already has Deine Rezension in meta/plugins-v3, but the __() calls use wporg-themes instead of wporg-plugins.

Reproduce: open https://de.wordpress.org/plugins/synced-pattern-popups/ and check the two links under Bewertungen. Your review is English; Alle Rezensionen anzeigen is translated. The rest of the widget is German.

Cause: leftover wporg-themes domain in wporg-plugins-2024/inc/block-bindings.php (lines 46 and 52). The neighboring "See all reviews" string exists in the Theme Directory pack, so it still translates. Your review does not.

__( 'See all<span class="screen-reader-text"> reviews</span>', 'wporg-themes' )
__( 'Your review', 'wporg-themes' )

Fix: change both domains to wporg-plugins. No new GlotPress strings.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions