Ignore PluralsCandidate, I do not know why it is reported by Danger, since this is a warning. Also make this issue an error.

This commit is contained in:
Benoit Marty 2022-07-28 11:17:49 +02:00 committed by Benoit Marty
parent b77475a3d9
commit cc6dad3fce
2 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@
<!-- Wording -->
<issue id="Typos" severity="error" />
<issue id="TypographyDashes" severity="error" />
<issue id="PluralsCandidate" severity="error" />
<!-- DI -->
<issue id="JvmStaticProvidesInObjectDetector" severity="error" />

View File

@ -3018,7 +3018,7 @@
<string name="voice_message_reply_content">Voice Message (%1$s)</string>
<string name="a11y_audio_message_item">%1$s, %2$s, %3$s</string> <!-- filename, duration, file size -->
<string name="a11y_audio_playback_duration">%1$d minutes %2$d seconds</string>
<string name="a11y_audio_playback_duration" tools:ignore="PluralsCandidate">%1$d minutes %2$d seconds</string>
<string name="a11y_play_audio_message">Play %1$s</string>
<string name="a11y_pause_audio_message">Pause %1$s</string>
<string name="error_audio_message_unable_to_play">Unable to play %1$s</string>