OSDN Git Service

Fix plurals variable to unblock Translations Pipeline.
[android-x86/frameworks-base.git] / core / res / res / values / strings.xml
index 7f0da83..a32aa3e 100644 (file)
 
     <!-- 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>