diff options
| author | SoumyadipAuddy <soumyadip.auddy@gmail.com> | 2025-05-10 07:53:54 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-09 20:23:54 -0600 |
| commit | 86917cd1678dd1fafb5e13869507dd58c65f03e8 (patch) | |
| tree | b16ada8718e704da8cfa43de488f3c9c495e1482 /Emby.Server.Implementations/Localization/Ratings/ro.json | |
| parent | 6c57ad47729bb5ea0a5ee37ba5d0c77cc915fb2d (diff) | |
added different countries parental ratings (#14069)
Diffstat (limited to 'Emby.Server.Implementations/Localization/Ratings/ro.json')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Ratings/ro.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/ro.json b/Emby.Server.Implementations/Localization/Ratings/ro.json index 9cf735a54c..aa6f7fe555 100644 --- a/Emby.Server.Implementations/Localization/Ratings/ro.json +++ b/Emby.Server.Implementations/Localization/Ratings/ro.json @@ -3,35 +3,35 @@ "supportsSubScores": false, "ratings": [ { - "ratingStrings": ["AG"], + "ratingStrings": ["AG", "AP"], "ratingScore": { "score": 0, "subScore": null } }, { - "ratingStrings": ["AP-12"], + "ratingStrings": ["12", "AP-12"], "ratingScore": { "score": 12, "subScore": null } }, { - "ratingStrings": ["N-15"], + "ratingStrings": ["15", "N-15"], "ratingScore": { "score": 15, "subScore": null } }, { - "ratingStrings": ["IM-18"], + "ratingStrings": ["18", "IM-18"], "ratingScore": { "score": 18, "subScore": null } }, { - "ratingStrings": ["IM-18-XXX"], + "ratingStrings": ["18+", "IM-18-XXX"], "ratingScore": { "score": 1000, "subScore": null |
