aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/LocalizationManager.cs
diff options
context:
space:
mode:
authorhoanghuy309 <71051936+hoanghuy309@users.noreply.github.com>2020-09-18 22:31:09 +0700
committerGitHub <noreply@github.com>2020-09-18 22:31:09 +0700
commitf363d8afd59ed84d5f199a320776659853c83915 (patch)
treecbe7c0a70bb5e02f0b428b2fdc74dcffb2032436 /Emby.Server.Implementations/Localization/LocalizationManager.cs
parente92d8dd195035f0101a30d3d9651bfdc32fd653f (diff)
Update LocalizationManager.cs
Diffstat (limited to 'Emby.Server.Implementations/Localization/LocalizationManager.cs')
-rw-r--r--Emby.Server.Implementations/Localization/LocalizationManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs
index 90e2766b8..30aaf3a05 100644
--- a/Emby.Server.Implementations/Localization/LocalizationManager.cs
+++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs
@@ -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");
}
}
}