Stepan Goremykin
19e65269a2
Simplify linq expressions (use All)
2 years ago
Shadowghost
daefdaf8b0
Extend language code handling
2 years ago
Shadowghost
5cdb0c7932
Apply review suggestions
2 years ago
Shadowghost
15efb9935c
Fix typo and migration description
2 years ago
Shadowghost
9d21f078c7
Add default rating selections
2 years ago
Shadowghost
2e315b7f08
Properly build where clause for rating checks
2 years ago
Shadowghost
ed2280a060
Overhaul content ratings
2 years ago
Bond_009
b366dc2e6e
Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
TheBlueKingLP
9c06001aee
Change the Translation of "Simplified Chinese"
...
Change the translation of "Simplified Chinese" from "汉语 (简化字)" to "汉语 (简体字)"
2 years ago
TheBlueKingLP
cf060ee664
Correcting LocalizationOption
...
Changing from 体(the simplified variant) to 體(the traditional variant) in the LocalizationOption for the "Traditional Chinese" language.
2 years ago
cvium
e577fea59c
Backport pull request #8499 from jellyfin/release-10.8.z
...
chore: add Basque to the list of localization options
Original-merge: d8e53f35a5
Merged-by: Claus Vium <cvium@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Bond_009
1c14c86b20
Fix some warnings
3 years ago
cvium
76c2775d8c
Use static lambdas
3 years ago
WWWesten
17a273d237
Update LocalizationManager.cs ( #6839 )
3 years ago
WWWesten
967fd66ca9
Update LocalizationManager.cs
3 years ago
WWWesten
a229526454
Update LocalizationManager.cs
3 years ago
Bond_009
19824bff94
Minor improvements
3 years ago
David Ullmer
45e0f7893b
Merge remote-tracking branch 'upstream/master' into localization-test
3 years ago
David Ullmer
b5880c2680
Minor improvements
3 years ago
David Ullmer
6b61b50b53
Revert "Refactor LocalizationManager and remove dead method"
...
This reverts commit db2b53a4b5
.
3 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
3 years ago
cvium
42a2cc1747
Remove some unnecessary allocations
4 years ago
Bond_009
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
4 years ago
David Ullmer
db2b53a4b5
Refactor LocalizationManager and remove dead method
4 years ago
Bond_009
ddb04dc12b
Use new ReadAllLines extensions
4 years ago
cvium
608cba817c
Reduce some allocations with the magic of spans etc.
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
Bond_009
a8ed753f6c
FxCop -> Net Analyzers (part 2)
4 years ago
David
043d045448
Put json serializer options in private field
4 years ago
David
f38970cbd3
Remove xml docs
4 years ago
David
196388d607
Remove custom Json serializer from Emby.Server.Implementations
4 years ago
hoanghuy309
f363d8afd5
Update LocalizationManager.cs
4 years ago
Bond_009
febb6bced6
Review usage of string.Substring (part 1)
...
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
4 years ago
crobibero
44957c5a9a
Use typed logger where possible
4 years ago
Mark Monteiro
5d648bf54f
Register and construct ILocalizationManager correctly
5 years ago
Bond-009
b477b3874e
Fix some warnings
5 years ago
Bond_009
c699c546e4
Improve LocalizationManager
5 years ago
Bond-009
bf43dc00bb
More warning fixes
6 years ago
Bond-009
04db0369d4
Update LocalizationManager.cs
6 years ago
Bond-009
0419deeec4
Update LocalizationManager.cs
6 years ago
Bond-009
ed07ed44ae
Simplify rating loading
6 years ago
Claus Vium
ce03662fa7
Add error logging when translation is missing from core
6 years ago
Claus Vium
49923e50db
Remove missing languages from localization options
6 years ago
Claus Vium
c3c52b6682
Default to en-US for missing core translations
6 years ago
Bond_009
ae5514afd6
Fix loading of rating files
6 years ago
Joshua M. Boniface
56dcc45dc0
Merge pull request #732 from Bond-009/locale
...
Reworked LocalizationManager to load data async
6 years ago
Bond_009
cabb824f2a
Fix build error
6 years ago
Bond-009
2a1f6361a5
Merge branch 'master' into locale
6 years ago
Bond-009
1ea219bf3f
Merge branch 'master' into culture
6 years ago