Add polish age ratings (#13851)

This commit is contained in:
Rafał Stępień 2025-04-11 18:25:53 +02:00 committed by GitHub
parent dbf0edf4f8
commit c972047566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
}
]
}