mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 19:23:06 +00:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
parent
c32d865638
commit
48facb797e
1419 changed files with 27525 additions and 88927 deletions
|
|
@ -193,6 +193,8 @@ namespace Emby.Server.Implementations.TextEncoding
|
|||
|
||||
switch (language.ToLower())
|
||||
{
|
||||
case "tha":
|
||||
return "windows-874";
|
||||
case "hun":
|
||||
return "windows-1252";
|
||||
case "pol":
|
||||
|
|
@ -203,6 +205,7 @@ namespace Emby.Server.Implementations.TextEncoding
|
|||
case "hrv":
|
||||
case "rum":
|
||||
case "ron":
|
||||
case "rom":
|
||||
case "rup":
|
||||
return "windows-1250";
|
||||
// albanian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue