diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-03-14 15:56:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-14 15:56:14 -0400 |
| commit | 27fb3980017c67fa2ba7a394ec5fc0ef08d7b382 (patch) | |
| tree | 111ce9e07b6321909ed8277d9062f8d652842cc5 /Emby.Server.Implementations/Localization/LocalizationManager.cs | |
| parent | afb4a08bfe94da3b29d6f962665f93824e94f203 (diff) | |
| parent | aaa244be4c3228bfb20e8f20c1c46c8e13472c9d (diff) | |
Merge pull request #2526 from MediaBrowser/dev
Dev
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 120f445c2..64a41acef 100644 --- a/Emby.Server.Implementations/Localization/LocalizationManager.cs +++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs @@ -408,6 +408,7 @@ namespace Emby.Server.Implementations.Localization new LocalizatonOption{ Name="Italian", Value="it"}, new LocalizatonOption{ Name="Kazakh", Value="kk"}, new LocalizatonOption{ Name="Norwegian Bokmål", Value="nb"}, + new LocalizatonOption{ Name="Persian", Value="fa"}, new LocalizatonOption{ Name="Polish", Value="pl"}, new LocalizatonOption{ Name="Portuguese (Brazil)", Value="pt-BR"}, new LocalizatonOption{ Name="Portuguese (Portugal)", Value="pt-PT"}, |
