From 86917cd1678dd1fafb5e13869507dd58c65f03e8 Mon Sep 17 00:00:00 2001 From: SoumyadipAuddy Date: Sat, 10 May 2025 07:53:54 +0530 Subject: added different countries parental ratings (#14069) --- .../Localization/Ratings/it.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Emby.Server.Implementations/Localization/Ratings/it.json (limited to 'Emby.Server.Implementations/Localization/Ratings/it.json') diff --git a/Emby.Server.Implementations/Localization/Ratings/it.json b/Emby.Server.Implementations/Localization/Ratings/it.json new file mode 100644 index 0000000000..f2889bf82c --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/it.json @@ -0,0 +1,34 @@ +{ + "countryCode": "it", + "supportsSubScores": false, + "ratings": [ + { + "ratingStrings": ["T"], + "ratingScore": { + "score": 0, + "subScore": null + } + }, + { + "ratingStrings": ["6+"], + "ratingScore": { + "score": 6, + "subScore": null + } + }, + { + "ratingStrings": ["14+"], + "ratingScore": { + "score": 14, + "subScore": null + } + }, + { + "ratingStrings": ["18+"], + "ratingScore": { + "score": 18, + "subScore": null + } + } + ] +} -- cgit v1.2.3