Making WordPress.org


Ignore:
Timestamp:
07/28/2023 03:17:38 PM (3 years ago)
Author:
spiraltee
Message:

Translate: Log other locale suggestions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/templates/other-languages-suggestions.php

    r11732 r12765  
    77        foreach ( $suggestions as $suggestion ) {
    88                echo '<li>';
    9                 echo '<div class="translation-suggestion with-tooltip" tabindex="0" role="button" aria-pressed="false" aria-label="Copy translation">';
     9                echo '<div class="translation-suggestion with-tooltip" tabindex="0" role="button" data-suggestion-locale="' . esc_html( strtolower( $suggestion['locale'] ) ) . '" aria-pressed="false" aria-label="Copy translation">';
    1010
    1111                        echo '<span class="translation-suggestion__translation">';
Note: See TracChangeset for help on using the changeset viewer.