Rename language "All" to "Multi"
This commit is contained in:
@@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
- (**Migration**) Sort unselected matched entries by 1. their latest chapter, 2. their source priority, 3. their title
|
||||
- (**Migration**) Change migration match exclude/include icons
|
||||
- (**Migration**) Show the exclude/include button only for an entry with a selected match
|
||||
- (**Source/Extension**) Rename language "All" to "Multi"
|
||||
-
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ export enum DefaultLanguage {
|
||||
}
|
||||
|
||||
const DEFAULT_LANGUAGE_TO_TRANSLATION: Record<DefaultLanguage, MessageDescriptor> = {
|
||||
[DefaultLanguage.ALL]: msg`All`,
|
||||
[DefaultLanguage.ALL]: msg`Multi`,
|
||||
[DefaultLanguage.OTHER]: msg`Other`,
|
||||
[DefaultLanguage.LOCAL_SOURCE]: msg`Other`,
|
||||
[DefaultLanguage.PINNED]: msg`Pinned`,
|
||||
|
||||
@@ -53,7 +53,7 @@ export const extensionLanguageToTranslation: {
|
||||
[ExtensionGroupState.INSTALLED]: msg`Installed`,
|
||||
[ExtensionGroupState.UPDATE_PENDING]: msg`Update pending`,
|
||||
[ExtensionGroupState.OBSOLETE]: msg`Obsolete`,
|
||||
[DefaultLanguage.ALL]: msg`All`,
|
||||
[DefaultLanguage.ALL]: msg`Multi`,
|
||||
[DefaultLanguage.OTHER]: msg`Other`,
|
||||
[DefaultLanguage.LOCAL_SOURCE]: msg`Other`,
|
||||
[DefaultLanguage.PINNED]: msg`Pinned`,
|
||||
|
||||
@@ -408,11 +408,9 @@ msgstr "After changing this setting go to the \"About\" page and check for a web
|
||||
msgid "Age rating"
|
||||
msgstr "Age rating"
|
||||
|
||||
#: src/base/utils/Languages.ts
|
||||
#: src/features/backup/Backup.utils.ts
|
||||
#: src/features/category/components/CategoriesInclusionSetting.tsx
|
||||
#: src/features/chapter/components/actions/ChaptersDownloadActionMenuItems.tsx
|
||||
#: src/features/extension/Extensions.constants.ts
|
||||
#: src/features/global-search/screens/SearchAll.tsx
|
||||
msgid "All"
|
||||
msgstr "All"
|
||||
@@ -2427,6 +2425,11 @@ msgstr "More"
|
||||
msgid "Mountain Sunset"
|
||||
msgstr "Mountain Sunset"
|
||||
|
||||
#: src/base/utils/Languages.ts
|
||||
#: src/features/extension/Extensions.constants.ts
|
||||
msgid "Multi"
|
||||
msgstr "Multi"
|
||||
|
||||
#: src/features/reader/settings/ReaderSettings.constants.tsx
|
||||
msgid "Multiply"
|
||||
msgstr "Multiply"
|
||||
|
||||
Reference in New Issue
Block a user