Add support for showing auto-delete timers in minutes

This commit is contained in:
Torsten Grote
2021-02-22 09:57:18 -03:00
parent 115724a0a4
commit 00e3e64495
3 changed files with 77 additions and 7 deletions

View File

@@ -174,6 +174,10 @@
<string name="auto_delete_msg_you_disabled">Your messages will not disappear. %1$s</string>
<!-- The second placeholder will show a duration like "7 days". The third placeholder at the end will add "Tap to learn more." -->
<string name="auto_delete_msg_contact_enabled">%1$s\'s messages will disappear after %2$s. %3$s</string>
<plurals name="duration_minutes">
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="duration_hours">
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>