aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-07-12 14:55:26 -0400
committerGitHub <noreply@github.com>2017-07-12 14:55:26 -0400
commit302605e0e9ff2aef09b697bcc23eb6de7e24f60d (patch)
treea38b1e492201dcef91d2e67d4fb3af9a829bfe2c /Emby.Server.Implementations
parent5199fea8e6b16e694e5b2cf8ebdad1c87eecf4ca (diff)
parentb8d4ef5fc6a1d042c8521265b50ef60eaa492e68 (diff)
Merge pull request #2753 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 0e6b9b8f1..1b0cbb936 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -418,6 +418,9 @@
<ItemGroup>
<EmbeddedResource Include="Localization\Ratings\uk.txt" />
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Localization\Ratings\es.txt" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.