Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78f672ef authored by Baligh Uddin's avatar Baligh Uddin Committed by android-build-merger
Browse files

Fix plurals variable to unblock Translations Pipeline. am: 61f9f314 am: 4340e067

am: aa2210c5

* commit 'aa2210c5':
  Fix plurals variable to unblock Translations Pipeline.
parents 81674b1f aa2210c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3374,6 +3374,7 @@

    <!-- This is used to express that something occurred within the last X days (e.g., Last 7 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>
    </plurals>