diff options
author | ByteHamster <info@bytehamster.com> | 2020-05-21 19:44:25 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-05-21 19:44:25 +0200 |
commit | 04a32dfdc84da00e2fc28fb50894edfc30e7ca68 (patch) | |
tree | 180f9473c869bffe6377a6bf427cffc017e39323 /core/src | |
parent | 6798eaa46936f078c5c85aab3de7fa425248427b (diff) | |
download | AntennaPod-04a32dfdc84da00e2fc28fb50894edfc30e7ca68.zip |
Make transifex happy by providing two plural forms
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index ee17875c1..41333f5ae 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -117,6 +117,7 @@ <item quantity="other">%d days after finishing</item> </plurals> <plurals name="num_selected_label"> + <item quantity="one">%d selected</item> <item quantity="other">%d selected</item> </plurals> <string name="loading_more">Loading moreā¦</string> |