Fix "extension stores" setting description without any added stores
This commit is contained in:
@@ -116,7 +116,7 @@ export const BrowseSettings = () => {
|
|||||||
<ListItemText
|
<ListItemText
|
||||||
primary={t`Extension stores`}
|
primary={t`Extension stores`}
|
||||||
secondary={
|
secondary={
|
||||||
extensionStoreCount &&
|
!!extensionStoreCount &&
|
||||||
plural(extensionStoreCount, {
|
plural(extensionStoreCount, {
|
||||||
one: '# extension store',
|
one: '# extension store',
|
||||||
other: '# extension stores',
|
other: '# extension stores',
|
||||||
|
|||||||
@@ -111,16 +111,16 @@ msgstr "{0, plural, one {1 migrating entry} other {# migrating entries}}"
|
|||||||
msgid "{0, plural, one {1 searching} other {# searching}}"
|
msgid "{0, plural, one {1 searching} other {# searching}}"
|
||||||
msgstr "{0, plural, one {1 searching} other {# searching}}"
|
msgstr "{0, plural, one {1 searching} other {# searching}}"
|
||||||
|
|
||||||
#. placeholder {0}: firstFewOtherChapters.length
|
|
||||||
#: src/features/updates/components/ChapterUpdateCard.tsx
|
|
||||||
msgid "{0, plural, one {Plus chapter {firstFewUpdatesString}} other {Plus chapters {firstFewUpdatesString}}}"
|
|
||||||
msgstr "{0, plural, one {Plus chapter {firstFewUpdatesString}} other {Plus chapters {firstFewUpdatesString}}}"
|
|
||||||
|
|
||||||
#. placeholder {0}: autoScroll.value
|
#. placeholder {0}: autoScroll.value
|
||||||
#: src/features/reader/auto-scroll/settings/quick-setting/ReaderNavBarDesktopAutoScroll.tsx
|
#: src/features/reader/auto-scroll/settings/quick-setting/ReaderNavBarDesktopAutoScroll.tsx
|
||||||
msgid "{0, plural, one {Second} other {Seconds}}"
|
msgid "{0, plural, one {Second} other {Seconds}}"
|
||||||
msgstr "{0, plural, one {Second} other {Seconds}}"
|
msgstr "{0, plural, one {Second} other {Seconds}}"
|
||||||
|
|
||||||
|
#. placeholder {0}: otherChapters.length
|
||||||
|
#: src/features/updates/components/ChapterUpdateCard.tsx
|
||||||
|
msgid "{0, plural, one {Show # more chapter} other {Show # more chapters}}"
|
||||||
|
msgstr "{0, plural, one {Show # more chapter} other {Show # more chapters}}"
|
||||||
|
|
||||||
#. placeholder {0}: searchProgress.completed
|
#. placeholder {0}: searchProgress.completed
|
||||||
#. placeholder {1}: searchProgress.total
|
#. placeholder {1}: searchProgress.total
|
||||||
#: src/features/migration/screens/MigrationSearch.tsx
|
#: src/features/migration/screens/MigrationSearch.tsx
|
||||||
@@ -2826,10 +2826,6 @@ msgstr "Pin source"
|
|||||||
msgid "Pinned"
|
msgid "Pinned"
|
||||||
msgstr "Pinned"
|
msgstr "Pinned"
|
||||||
|
|
||||||
#: src/features/updates/components/ChapterUpdateCard.tsx
|
|
||||||
msgid "Plus chapters {firstFewUpdatesString} and {remainingUpdatesCount} more"
|
|
||||||
msgstr "Plus chapters {firstFewUpdatesString} and {remainingUpdatesCount} more"
|
|
||||||
|
|
||||||
#: src/features/source/browse/screens/SourceMangas.tsx
|
#: src/features/source/browse/screens/SourceMangas.tsx
|
||||||
msgid "Popular"
|
msgid "Popular"
|
||||||
msgstr "Popular"
|
msgstr "Popular"
|
||||||
|
|||||||
Reference in New Issue
Block a user