Merge pull request #4178 from hoanghuy309/patch-1

Update LocalizationManager.cs
This commit is contained in:
dkanada 2020-09-23 20:04:09 +09:00 committed by GitHub
commit 8a299ba7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,6 +413,7 @@ namespace Emby.Server.Implementations.Localization
yield return new LocalizationOption("Swedish", "sv");
yield return new LocalizationOption("Swiss German", "gsw");
yield return new LocalizationOption("Turkish", "tr");
yield return new LocalizationOption("Tiếng Việt", "vi");
}
}
}