Skip to content

Commit

Permalink
Add a new AI checkbox to the "Give feedback" section
Browse files Browse the repository at this point in the history
  • Loading branch information
amieiro committed Apr 2, 2024
1 parent b927c82 commit c5564e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helpers/helper-translation-discussion.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,10 @@ public static function get_comment_reasons( $locale = null ): array {
'name' => __( 'Typo' ),
'explanation' => __( 'The translation has a typo. E.g., it is using the \'apostrope\' word instead of \'apostrophe\'.' ),
),
'ia' => array(
'name' => __( 'AI' ),
'explanation' => __( 'The translator has used some AI or other machine translation tool without additional manual review, and its quality is low.' ),
),
);
$reasons = apply_filters( 'gp_custom_reasons', $default_reasons, $locale );
return $reasons;
Expand Down

0 comments on commit c5564e2

Please sign in to comment.