Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-01-23 13:25:22 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-01-23 13:25:22 +0300
commit9c9a9532817e2b62842b6b1dbc55db135046c14e (patch)
treef6ccf48a98ce663a229199eb8a3864be1a2db7a6 /src/main/res/values
parent6a89a472e1a646a49f6d0abb650960bc4843496f (diff)
pluralize x_unread_conversations string
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 5aba03dfd..c0648925d 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -29,7 +29,11 @@
<string name="just_now">just now</string>
<string name="minute_ago">1 min ago</string>
<string name="minutes_ago">%d mins ago</string>
- <string name="x_unread_conversations">%d unread conversations</string>
+ <plurals name="x_unread_conversations">
+ <item quantity="one">%d unread conversation</item>
+ <item quantity="other">%d unread conversations</item>
+
+ </plurals>
<string name="sending">sending…</string>
<string name="message_decrypting">Decrypting message. Please wait…</string>
<string name="pgp_message">OpenPGP encrypted message</string>