mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
update translations
This commit is contained in:
@@ -347,7 +347,7 @@ namespace MediaBrowser.Server.Implementations.Localization
|
||||
|
||||
if (parts.Length == 2)
|
||||
{
|
||||
culture = parts[0].ToLower() + "_" + parts[1].ToUpper();
|
||||
culture = parts[0].ToLower() + "-" + parts[1].ToUpper();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user