mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add error logging when translation is missing from core
This commit is contained in:
parent
49923e50db
commit
ce03662fa7
@ -470,6 +470,10 @@ namespace Emby.Server.Implementations.Localization
|
|||||||
dictionary[key] = dict[key];
|
dictionary[key] = dict[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_logger.LogError("Missing translation/culture resource: {ResourcePath}", resourcePath);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user