diff --git a/helpers/helper-translation-discussion.php b/helpers/helper-translation-discussion.php index d12872ae..351dfec0 100644 --- a/helpers/helper-translation-discussion.php +++ b/helpers/helper-translation-discussion.php @@ -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;