diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-02-16 23:50:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 23:50:12 +0100 |
commit | c7c5ab567b2681a946ec756cdd17bd99128f9f54 (patch) | |
tree | daf0e7bdb423755ddf67eafff388e0316bbed7f5 /ui/i18n | |
parent | c07ae17962b0fbb757c42e873d9c06cdac3a52ae (diff) | |
download | AntennaPod-c7c5ab567b2681a946ec756cdd17bd99128f9f54.zip |
Use proper plurals when showing number of episodes (#6922)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index be9a9dcbc..060d2b29f 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -123,7 +123,6 @@ <string name="description_label">Description</string> <string name="shownotes_label">Shownotes</string> <string name="shownotes_contentdescription">swipe up to read shownotes</string> - <string name="episodes_suffix">\u0020episodes</string> <string name="close_label">Close</string> <string name="retry_label">Retry</string> <string name="auto_download_label">Include in auto downloads</string> |