Update strings.xml

This commit is contained in:
Tibor Kaputa 2022-07-16 23:15:35 +02:00 committed by GitHub
parent 0fb64c0372
commit cda524afc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -251,15 +251,15 @@
<string name="today_only">Today only</string>
<string name="within_the_next">Within the next…</string>
<plurals name="within_the_next_days">
<item quantity="zero">Within the next %d day</item>
<item quantity="one">Within the next %d day</item>
<item quantity="other">Within the next %d days</item>
</plurals>
<plurals name="within_the_next_weeks">
<item quantity="zero">Within the next %d week</item>
<item quantity="one">Within the next %d week</item>
<item quantity="other">Within the next %d weeks</item>
</plurals>
<plurals name="within_the_next_months">
<item quantity="zero">Within the next %d month</item>
<item quantity="one">Within the next %d month</item>
<item quantity="other">Within the next %d months</item>
</plurals>
<!-- FAQ -->