aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Localization
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-07-02 19:29:12 +0200
committerGitHub <noreply@github.com>2026-07-02 19:29:12 +0200
commit379c58a48d8c3a111ae2f08a3392a1286648046b (patch)
treee01dc5017408cde183d67fb7e3d4581b5e1cd527 /Emby.Server.Implementations/Localization
parent28b43838ddc633cae63e97c503d60625a3cfc77f (diff)
parent8e1b69b37f79cb55484d57ee7a90651d13538b49 (diff)
Merge pull request #17209 from theguymadmax/update-swedish-ratings
Fix Swedish rating
Diffstat (limited to 'Emby.Server.Implementations/Localization')
-rw-r--r--Emby.Server.Implementations/Localization/Ratings/se.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/se.json b/Emby.Server.Implementations/Localization/Ratings/se.json
index 70084995d1..818565e16b 100644
--- a/Emby.Server.Implementations/Localization/Ratings/se.json
+++ b/Emby.Server.Implementations/Localization/Ratings/se.json
@@ -10,7 +10,7 @@
}
},
{
- "ratingStrings": ["7"],
+ "ratingStrings": ["7", "7+", "7 År", "Från 7 år"],
"ratingScore": {
"score": 7,
"subScore": null
@@ -31,7 +31,7 @@
}
},
{
- "ratingStrings": ["11"],
+ "ratingStrings": ["11", "11+", "11 År", "Från 11 år"],
"ratingScore": {
"score": 11,
"subScore": null
@@ -45,11 +45,18 @@
}
},
{
- "ratingStrings": ["15"],
+ "ratingStrings": ["15", "15+", "15 År", "Från 15 år"],
"ratingScore": {
"score": 15,
"subScore": null
}
+ },
+ {
+ "ratingStrings": ["18", "18+", "Barnförbjuden", "Bfj"],
+ "ratingScore": {
+ "score": 18,
+ "subScore": null
+ }
}
]
}