Merge pull request #2776 from vitorpamplona/claude/fix-portuguese-strings-quantity-CnV2F
Fix plural string formatting in Brazilian Portuguese translations
This commit is contained in:
@@ -441,11 +441,11 @@
|
|||||||
<item quantity="other">%d na fila</item>
|
<item quantity="other">%d na fila</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<plurals name="scheduled_posts_subtitle_due_suffix">
|
<plurals name="scheduled_posts_subtitle_due_suffix">
|
||||||
<item quantity="one"> · 1 em 1h</item>
|
<item quantity="one"> · %d em 1h</item>
|
||||||
<item quantity="other"> · %d em 1h</item>
|
<item quantity="other"> · %d em 1h</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<plurals name="scheduled_posts_relay_count">
|
<plurals name="scheduled_posts_relay_count">
|
||||||
<item quantity="one">para 1 relay</item>
|
<item quantity="one">para %d relay</item>
|
||||||
<item quantity="other">para %d relays</item>
|
<item quantity="other">para %d relays</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="scheduled_posts_event_id_copied">ID do post copiado</string>
|
<string name="scheduled_posts_event_id_copied">ID do post copiado</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user