aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/LocalizationManager.cs
AgeCommit message (Expand)Author
2023-10-11Multiple Stream changesBond_009
2023-04-06Simplify linq expressions (use All)Stepan Goremykin
2023-03-09Extend language code handlingShadowghost
2023-02-20Apply review suggestionsShadowghost
2023-02-20Fix typo and migration descriptionShadowghost
2023-02-20Add default rating selectionsShadowghost
2023-02-20Properly build where clause for rating checksShadowghost
2023-02-20Overhaul content ratingsShadowghost
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-15Change the Translation of "Simplified Chinese"TheBlueKingLP
2022-11-13Correcting LocalizationOptionTheBlueKingLP
2022-10-28Backport pull request #8499 from jellyfin/release-10.8.zcvium
2022-02-14Fix some warningsBond_009
2021-12-19Use static lambdascvium
2021-11-19Update LocalizationManager.cs (#6839)WWWesten
2021-11-02Update LocalizationManager.csWWWesten
2021-11-01Update LocalizationManager.csWWWesten
2021-08-15Minor improvementsBond_009
2021-08-10Merge remote-tracking branch 'upstream/master' into localization-testDavid Ullmer
2021-08-10Minor improvementsDavid Ullmer
2021-08-10Revert "Refactor LocalizationManager and remove dead method"David Ullmer
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-24Remove some unnecessary allocationscvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-10Refactor LocalizationManager and remove dead methodDavid Ullmer
2021-05-06Use new ReadAllLines extensionsBond_009
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-17Remove unused using directivesBaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Remove xml docsDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-09-18Update LocalizationManager.cshoanghuy309
2020-07-22Review usage of string.Substring (part 1)Bond_009
2020-06-05Use typed logger where possiblecrobibero
2020-04-04Register and construct ILocalizationManager correctlyMark Monteiro
2019-11-22Fix some warningsBond-009
2019-08-16Improve LocalizationManagerBond_009
2019-03-13More warning fixesBond-009
2019-03-06Update LocalizationManager.csBond-009
2019-03-04Update LocalizationManager.csBond-009
2019-03-01Simplify rating loadingBond-009
2019-02-08Add error logging when translation is missing from coreClaus Vium
2019-02-08Remove missing languages from localization optionsClaus Vium
2019-02-08Default to en-US for missing core translationsClaus Vium
2019-02-04Fix loading of rating filesBond_009
2019-02-03Merge pull request #732 from Bond-009/localeJoshua M. Boniface
2019-02-01Fix build errorBond_009
2019-01-31Merge branch 'master' into localeBond-009