diff options
author | ByteHamster <info@bytehamster.com> | 2021-02-17 11:39:30 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-02-17 11:39:30 +0100 |
commit | 28d6551dbc6226de7d6dfaf466c6dd67b99e996d (patch) | |
tree | d3c008a3f54d42995c77acac7f0e4aacb7011265 /core/src | |
parent | 64304cee8a39798434077534ea637df10a1cf1f1 (diff) | |
download | AntennaPod-28d6551dbc6226de7d6dfaf466c6dd67b99e996d.zip |
Removed plural form because Transifex only allows 2 forms in English
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index f028ea198..8828d5bdb 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -132,7 +132,6 @@ <item quantity="other">%d selected</item> </plurals> <plurals name="num_episodes"> - <item quantity="zero">no episodes</item> <item quantity="one">%d episode</item> <item quantity="other">%d episodes</item> </plurals> |