Fix plurals variable to unblock Translations Pipeline. am: 61f9f31468
am: 4340e0677b
* commit '4340e0677b691f2ab12549556c23b88e599cf8c1':
Fix plurals variable to unblock Translations Pipeline.
This commit is contained in:
@@ -3386,6 +3386,7 @@
|
|||||||
|
|
||||||
<!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). -->
|
<!-- This is used to express that something occurred within the last X days (e.g., Last 7 days). -->
|
||||||
<plurals name="last_num_days">
|
<plurals name="last_num_days">
|
||||||
|
<item quantity="one">Last <xliff:g id="count">%d</xliff:g> day</item>
|
||||||
<item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item>
|
<item quantity="other">Last <xliff:g id="count">%d</xliff:g> days</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user