diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-09-23 20:04:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 20:04:09 +0900 |
| commit | 8a299ba7c0e537bd1b4d9d7355e13d241aa77a99 (patch) | |
| tree | d68f5e17a7870d3ab8b289517884deacd2f8ab8e /Emby.Server.Implementations/Localization/LocalizationManager.cs | |
| parent | 028c681c15a7d98d6bcd239ed262430d8a922f4b (diff) | |
| parent | f363d8afd59ed84d5f199a320776659853c83915 (diff) | |
Merge pull request #4178 from hoanghuy309/patch-1
Update LocalizationManager.cs
Diffstat (limited to 'Emby.Server.Implementations/Localization/LocalizationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Localization/LocalizationManager.cs | 1 |
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"); } } } |
