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

Commit 71921cb2 authored by Baligh Uddin's avatar Baligh Uddin Committed by Leon Scroggins
Browse files

Fix plurals variable to unblock Translations Pipeline.

Bug: 19067882
(cherry picked from commit 50d23adf)

Change-Id: I86022d6edab73dc4d11269783900710dc07a5b49
parent 2735ac71
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3392,6 +3392,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>