From c9720475662fc47f7059d62f3ccc43f58e12c817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20St=C4=99pie=C5=84?= Date: Fri, 11 Apr 2025 18:25:53 +0200 Subject: [PATCH] Add polish age ratings (#13851) --- .../Localization/Ratings/pl.json | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Emby.Server.Implementations/Localization/Ratings/pl.json diff --git a/Emby.Server.Implementations/Localization/Ratings/pl.json b/Emby.Server.Implementations/Localization/Ratings/pl.json new file mode 100644 index 0000000000..c3001ffb37 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/pl.json @@ -0,0 +1,41 @@ +{ + "countryCode": "pl", + "supportsSubScores": false, + "ratings": [ + { + "ratingStrings": ["b.o.", "AL"], + "ratingScore": { + "score": 0, + "subScore": null + } + }, + { + "ratingStrings": ["7", "od 7 lat"], + "ratingScore": { + "score": 7, + "subScore": null + } + }, + { + "ratingStrings": ["12", "od 12 lat"], + "ratingScore": { + "score": 12, + "subScore": null + } + }, + { + "ratingStrings": ["16", "od 16 lat"], + "ratingScore": { + "score": 16, + "subScore": null + } + }, + { + "ratingStrings": ["18", "od 18 lat", "R"], + "ratingScore": { + "score": 18, + "subScore": null + } + } + ] +}