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/es.json | |
| parent | 6c57ad47729bb5ea0a5ee37ba5d0c77cc915fb2d (diff) | |
added different countries parental ratings (#14069)
Diffstat (limited to 'Emby.Server.Implementations/Localization/Ratings/es.json')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Ratings/es.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/es.json b/Emby.Server.Implementations/Localization/Ratings/es.json index c19629939..961d64fe7 100644 --- a/Emby.Server.Implementations/Localization/Ratings/es.json +++ b/Emby.Server.Implementations/Localization/Ratings/es.json @@ -3,7 +3,7 @@ "supportsSubScores": false, "ratings": [ { - "ratingStrings": ["0+", "A", "A/i", "A/fig", "A/i/fig", "APTA", "ERI", "TP"], + "ratingStrings": ["0+", "A", "Ai","A/i", "A/fig", "A/i/fig", "APTA", "ERI", "TP"], "ratingScore": { "score": 0, "subScore": null @@ -17,7 +17,7 @@ } }, { - "ratingStrings": ["7", "7/i", "7/fig", "7/i/fig"], + "ratingStrings": ["7", "7i", "7/i", "7/fig", "7/i/fig"], "ratingScore": { "score": 11, "subScore": null |
