aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization/Ratings/th.json
diff options
context:
space:
mode:
authorSoumyadipAuddy <soumyadip.auddy@gmail.com>2025-05-10 07:53:54 +0530
committerGitHub <noreply@github.com>2025-05-09 20:23:54 -0600
commit86917cd1678dd1fafb5e13869507dd58c65f03e8 (patch)
treeb16ada8718e704da8cfa43de488f3c9c495e1482 /Emby.Server.Implementations/Localization/Ratings/th.json
parent6c57ad47729bb5ea0a5ee37ba5d0c77cc915fb2d (diff)
added different countries parental ratings (#14069)
Diffstat (limited to 'Emby.Server.Implementations/Localization/Ratings/th.json')
-rw-r--r--Emby.Server.Implementations/Localization/Ratings/th.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/th.json b/Emby.Server.Implementations/Localization/Ratings/th.json
new file mode 100644
index 0000000000..44bfab21cc
--- /dev/null
+++ b/Emby.Server.Implementations/Localization/Ratings/th.json
@@ -0,0 +1,48 @@
+{
+ "countryCode": "th",
+ "supportsSubScores": false,
+ "ratings": [
+ {
+ "ratingStrings": ["P", "G"],
+ "ratingScore": {
+ "score": 0,
+ "subScore": null
+ }
+ },
+ {
+ "ratingStrings": ["13"],
+ "ratingScore": {
+ "score": 13,
+ "subScore": null
+ }
+ },
+ {
+ "ratingStrings": ["15"],
+ "ratingScore": {
+ "score": 15,
+ "subScore": null
+ }
+ },
+ {
+ "ratingStrings": ["18+"],
+ "ratingScore": {
+ "score": 18,
+ "subScore": null
+ }
+ },
+ {
+ "ratingStrings": ["20"],
+ "ratingScore": {
+ "score": 20,
+ "subScore": null
+ }
+ },
+ {
+ "ratingStrings": ["Banned"],
+ "ratingScore": {
+ "score": 1001,
+ "subScore": null
+ }
+ }
+ ]
+}