mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
added parental ratings as per Indian Central Board of Film Certification norms (#14050)
This commit is contained in:
parent
930a4d0f60
commit
7e6d4424b2
@ -270,3 +270,4 @@
|
|||||||
- [Nathan McCrina](https://github.com/nfmccrina)
|
- [Nathan McCrina](https://github.com/nfmccrina)
|
||||||
- [Martin Reuter](https://github.com/reuterma24)
|
- [Martin Reuter](https://github.com/reuterma24)
|
||||||
- [Michael McElroy](https://github.com/mcmcelro)
|
- [Michael McElroy](https://github.com/mcmcelro)
|
||||||
|
- [Soumyadip Auddy](https://github.com/SoumyadipAuddy)
|
||||||
|
55
Emby.Server.Implementations/Localization/Ratings/in.json
Normal file
55
Emby.Server.Implementations/Localization/Ratings/in.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"countryCode": "in",
|
||||||
|
"supportsSubScores": false,
|
||||||
|
"ratings": [
|
||||||
|
{
|
||||||
|
"ratingStrings": ["U"],
|
||||||
|
"ratingScore": {
|
||||||
|
"score": 0,
|
||||||
|
"subScore": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ratingStrings": ["U/A 7+"],
|
||||||
|
"ratingScore": {
|
||||||
|
"score": 7,
|
||||||
|
"subScore": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ratingStrings": ["UA"],
|
||||||
|
"ratingScore": {
|
||||||
|
"score": 12,
|
||||||
|
"subScore": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ratingStrings": ["U/A 13+"],
|
||||||
|
"ratingScore": {
|
||||||
|
"score": 13,
|
||||||
|
"subScore": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ratingStrings": ["U/A 16+"],
|
||||||
|
"ratingScore": {
|
||||||
|
"score": 16,
|
||||||
|
"subScore": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ratingStrings": ["A"],
|
||||||
|
"ratingScore": {
|
||||||
|
"score": 18,
|
||||||
|
"subScore": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ratingStrings": ["S"],
|
||||||
|
"ratingScore": {
|
||||||
|
"score": 1001,
|
||||||
|
"subScore": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user