mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6616] [MERGED] Remove all instances of en-US culture #11055
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6616
Author: @crobibero
Created: 9/26/2021
Status: ✅ Merged
Merged: 9/26/2021
Merged by: @Bond-009
Base:
master← Head:culture-info📝 Commits (1)
9234e5bRemove all instances of en-US culture📊 Changes
23 files changed (+116 additions, -152 deletions)
View changed files
📝
Emby.Dlna/Didl/DidlBuilder.cs(+13 -15)📝
Emby.Dlna/Eventing/DlnaEventManager.cs(+3 -5)📝
Emby.Dlna/PlayTo/Device.cs(+5 -7)📝
Emby.Dlna/PlayTo/PlayToController.cs(+3 -5)📝
Emby.Dlna/PlayTo/SsdpHttpClient.cs(+3 -5)📝
Emby.Dlna/Server/DescriptionXmlBuilder.cs(+2 -3)📝
Emby.Server.Implementations/MediaEncoder/EncodingManager.cs(+1 -2)📝
Jellyfin.Api/Controllers/ImageController.cs(+1 -1)📝
Jellyfin.Api/Controllers/SubtitleController.cs(+1 -1)📝
MediaBrowser.Controller/Entities/Year.cs(+1 -3)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+20 -22)📝
MediaBrowser.Controller/MediaEncoding/JobLogger.cs(+5 -6)📝
MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs(+1 -3)📝
MediaBrowser.LocalMetadata/Parsers/BaseItemXmlParser.cs(+3 -5)📝
MediaBrowser.LocalMetadata/Savers/BaseXmlSaver.cs(+5 -7)📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+3 -8)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+13 -14)📝
MediaBrowser.Model/Globalization/ILocalizationManager.cs(+2 -2)📝
MediaBrowser.Providers/Manager/ImageSaver.cs(+8 -10)📝
MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.cs(+6 -7)...and 3 more files
📄 Description
The only area that I know differs between Invariant culture an en-US is default Date formatting, and currency sign.
Regex used:
CultureInfo(?!\.InvariantCulture)Remaining CultureInfos:
82cb685178/MediaBrowser.Model/Entities/MediaStream.cs (L143-L146)82cb685178/MediaBrowser.Model/Entities/MediaStream.cs (L237-L240)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.