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:
parent
b77475a3d9
commit
cc6dad3fce
|
@ -102,6 +102,7 @@
|
||||||
<!-- Wording -->
|
<!-- Wording -->
|
||||||
<issue id="Typos" severity="error" />
|
<issue id="Typos" severity="error" />
|
||||||
<issue id="TypographyDashes" severity="error" />
|
<issue id="TypographyDashes" severity="error" />
|
||||||
|
<issue id="PluralsCandidate" severity="error" />
|
||||||
|
|
||||||
<!-- DI -->
|
<!-- DI -->
|
||||||
<issue id="JvmStaticProvidesInObjectDetector" severity="error" />
|
<issue id="JvmStaticProvidesInObjectDetector" severity="error" />
|
||||||
|
|
|
@ -3018,7 +3018,7 @@
|
||||||
<string name="voice_message_reply_content">Voice Message (%1$s)</string>
|
<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_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_play_audio_message">Play %1$s</string>
|
||||||
<string name="a11y_pause_audio_message">Pause %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>
|
<string name="error_audio_message_unable_to_play">Unable to play %1$s</string>
|
||||||
|
|
Loading…
Reference in New Issue