diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-14 15:55:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-14 15:55:54 -0400 |
| commit | aaa244be4c3228bfb20e8f20c1c46c8e13472c9d (patch) | |
| tree | 111ce9e07b6321909ed8277d9062f8d652842cc5 | |
| parent | f069559b1e9f27adf3816f7035bf3ee638404862 (diff) | |
3.2.7.5
| -rw-r--r-- | Emby.Server.Implementations/Localization/LocalizationManager.cs | 1 | ||||
| -rw-r--r-- | SharedVersion.cs | 2 |
2 files changed, 2 insertions, 1 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"}, diff --git a/SharedVersion.cs b/SharedVersion.cs index 825a8b919..b001cfb52 100644 --- a/SharedVersion.cs +++ b/SharedVersion.cs @@ -1,3 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("3.2.7.4")] +[assembly: AssemblyVersion("3.2.7.5")] |
