-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport pull request #6276 from jellyfin-web/release-10.10.z
Update plugin category labels Original-merge: 9ff9f05 Merged-by: thornbill <[email protected]> Backported-by: Joshua M. Boniface <[email protected]>
- Loading branch information
1 parent
fc31479
commit acbb626
Showing
3 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
src/apps/dashboard/features/plugins/constants/categoryLabels.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** A mapping of category names used by the plugin repository to translation keys. */ | ||
export const CATEGORY_LABELS = { | ||
Administration: 'HeaderAdmin', | ||
Anime: 'Anime', | ||
Authentication: 'LabelAuthProvider', // Legacy | ||
Books: 'Books', | ||
Channel: 'Channels', // Unused? | ||
General: 'General', | ||
LiveTV: 'LiveTV', | ||
Metadata: 'LabelMetadata', // Legacy | ||
MoviesAndShows: 'MoviesAndShows', | ||
Music: 'TabMusic', | ||
Subtitles: 'Subtitles', | ||
Other: 'Other' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters