aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/LocalizationManager.cs
AgeCommit message (Collapse)Author
2022-10-28Backport pull request #8499 from jellyfin/release-10.8.zcvium
chore: add Basque to the list of localization options Original-merge: d8e53f35a51af6f9709841222d9a668d7be73e8c Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
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
This reverts commit db2b53a4b52d0c1e9797bfc70030b04421ba46a6.
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
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
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
Reworked LocalizationManager to load data async
2019-02-01Fix build errorBond_009
2019-01-31Merge branch 'master' into localeBond-009
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-29Update Emby.Server.Implementations/Localization/LocalizationManager.csVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Fix more analyzer warningsBond_009
2019-01-27Reworked LocalizationManager to load data asyncBond_009
2019-01-25Fix a spelling mistakeBond_009
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies.
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part Liv-PErwin de Haan