Fix some issues from 7ff95e2 (#415)

* Fixed extra header introduced in 7ff95e2

* Removed parentheses to make detekt happy

* Updated relative date display for dates in the future

* Small cleanup for header creation logic

* replaced "and" with "&&" for better formatting
This commit is contained in:
Maddie Witman
2024-02-24 14:33:46 -05:00
committed by AntsyLich
parent 3910ffdd9e
commit 42ebf017e4
4 changed files with 20 additions and 13 deletions

View File

@@ -10,6 +10,11 @@
<item quantity="other">%1$d days ago</item>
</plurals>
<plurals name="upcoming_relative_time">
<item quantity="one">Tomorrow</item>
<item quantity="other">In %1$d days</item>
</plurals>
<plurals name="num_categories">
<item quantity="one">%d category</item>
<item quantity="other">%d categories</item>