diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-09-14 19:49:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-14 19:49:19 +0200 |
| commit | 3e0046f0d327adb12e4186b40b090fb89871d17e (patch) | |
| tree | f5f870e25bf3933afd95ae88f52725a12c950c22 | |
| parent | 43ec8e974379443872682112a2c3aa675f33bae0 (diff) | |
| parent | e2ae79be2b0b044092762d54b0e0056b127a3e2b (diff) | |
Merge pull request #7846 from hogenf/nordic-ratings
3 files changed, 21 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/fi.csv b/Emby.Server.Implementations/Localization/Ratings/fi.csv new file mode 100644 index 000000000..782785890 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/fi.csv @@ -0,0 +1,10 @@ +FI-S,1 +FI-T,1 +FI-7,4 +FI-12,5 +FI-16,8 +FI-18,9 +FI-K7,4 +FI-K12,5 +FI-K16,8 +FI-K18,9 diff --git a/Emby.Server.Implementations/Localization/Ratings/no.csv b/Emby.Server.Implementations/Localization/Ratings/no.csv new file mode 100644 index 000000000..127407be8 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/no.csv @@ -0,0 +1,6 @@ +NO-A,1 +NO-6,3 +NO-9,4 +NO-12,5 +NO-15,8 +NO-18,9 diff --git a/Emby.Server.Implementations/Localization/Ratings/se.csv b/Emby.Server.Implementations/Localization/Ratings/se.csv new file mode 100644 index 000000000..1443c07df --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/se.csv @@ -0,0 +1,5 @@ +SE-Btl,1 +SE-Barntillåten,1 +SE-7,3 +SE-11,5 +SE-15,8 |
