aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-20 12:49:11 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-20 12:49:11 -0500
commitc3530e5e3255d2c2e8ec5fa4bc4635a21904235e (patch)
treef7ebfc5622ca50d6961dfcff955d48e04f0d2f1d
parent2f3b26ed30a460d0b4238547dce0821603784a9f (diff)
fixes #633 - Support Canadian ratings
-rw-r--r--MediaBrowser.Server.Implementations/Localization/Ratings/ca.txt11
-rw-r--r--MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj1
2 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Ratings/ca.txt b/MediaBrowser.Server.Implementations/Localization/Ratings/ca.txt
new file mode 100644
index 000000000..e551223a8
--- /dev/null
+++ b/MediaBrowser.Server.Implementations/Localization/Ratings/ca.txt
@@ -0,0 +1,11 @@
+CA-G,1
+GB-U,1
+CA-PG,5
+DE-0,5
+CA-14A,7
+DE-12,7
+CA-A,8
+CA-18A,9
+SE-11,9
+DE-16,9
+CA-R,10 \ No newline at end of file
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
index 282991cc1..9347ea0eb 100644
--- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
+++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
@@ -266,6 +266,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
+ <EmbeddedResource Include="Localization\Ratings\ca.txt" />
<Content Include="swagger-ui\css\hightlight.default.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>