Update LocalizationManager.cs

pull/4178/head
hoanghuy309 4 years ago committed by GitHub
parent e92d8dd195
commit f363d8afd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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");
}
}
}

Loading…
Cancel
Save