Archived
Notifications now show up to four items and are then abbreviated to "and x more messages", removed redundant priority variables in DataFetcher.kt
This commit is contained in:
@@ -145,4 +145,9 @@
|
||||
|
||||
<string name="noSPlan">\' Plan</string>
|
||||
<string name="SPlan">s Plan</string>
|
||||
|
||||
<plurals name="moreMessages">
|
||||
<item quantity="one">,\nund %d weitere Nachricht</item>
|
||||
<item quantity="other">,\nund %d weitere Nachrichten</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
@@ -158,4 +158,9 @@
|
||||
|
||||
<string name="noSPlan">\' Plan</string>
|
||||
<string name="SPlan">\'s Plan</string>
|
||||
|
||||
<plurals name="moreMessages">
|
||||
<item quantity="one">,\nand %d more message</item>
|
||||
<item quantity="other">,\nand %d more messages</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user