Sync strings again. Remove current translations of common_replies which is now a plurals.

This commit is contained in:
Benoit Marty 2025-06-16 15:43:53 +02:00
parent 78def8a6e7
commit 7b378ab3af
5 changed files with 4 additions and 5 deletions

View file

@ -244,7 +244,10 @@ Reason: %1$s."</string>
<string name="common_reason">"Reason"</string>
<string name="common_recovery_key">"Recovery key"</string>
<string name="common_refreshing">"Refreshing…"</string>
<string name="common_replies">"%1$d replies"</string>
<plurals name="common_replies">
<item quantity="one">"%1$d reply"</item>
<item quantity="other">"%1$d replies"</item>
</plurals>
<string name="common_replying_to">"Replying to %1$s"</string>
<string name="common_report_a_bug">"Report a bug"</string>
<string name="common_report_a_problem">"Report a problem"</string>