aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-08-14 08:09:38 +0200
committerShadowghost <Ghost_of_Stone@web.de>2026-08-14 08:09:38 +0200
commit06e37a7bf6e56efdf1ce9db82ad0a9057efc8008 (patch)
tree81a45b26423bc39edca21a77dcf37a2163834bd2 /tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs
parentc77649d21e6bd53a662b217c6431b7d123d656b9 (diff)
parent8f97e690c8de997dea7861cca7f5a916b67dcb59 (diff)
Merge remote-tracking branch 'upstream/master' into optimize-db-helper-memory
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs
index 2ed880ed9c..7d7de94348 100644
--- a/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs
+++ b/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs
@@ -427,7 +427,7 @@ namespace Jellyfin.Server.Implementations.Tests.Localization
{
CultureInfo.CurrentUICulture = CultureInfo.GetCultureInfo("de");
var translated = localizationManager.GetLocalizedString("Artists");
- Assert.Equal("Interpreten", translated);
+ Assert.Equal("Künstler", translated);
}
finally
{