diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-26 14:47:21 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-26 14:47:21 -0500 |
| commit | 159e622cf81e71376614f41c0f5dfe65569a6f8c (patch) | |
| tree | d126fb175e64174c4f9f604fa360d7a8e44189e2 | |
| parent | 325066f7edb52481e93be3b3d90db45645d6924b (diff) | |
add uk rating definitions
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 3 | ||||
| -rw-r--r-- | Emby.Server.Implementations/Localization/Ratings/uk.txt | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index ae2165191..7ee0c566f 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -424,6 +424,9 @@ <ItemGroup> <EmbeddedResource Include="Localization\Ratings\us.txt" /> </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\uk.txt" /> + </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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. diff --git a/Emby.Server.Implementations/Localization/Ratings/uk.txt b/Emby.Server.Implementations/Localization/Ratings/uk.txt new file mode 100644 index 000000000..20440921f --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/uk.txt @@ -0,0 +1,7 @@ +UK-U,1 +UK-PG,5 +UK-12,7 +UK-12A,7 +UK-15,9 +UK-18,10 +UK-R18,15
\ No newline at end of file |
