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 (cherry picked from commit 07f963d5ae16c3c8d7be025a7e9439ad2110ac71)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user