diff options
| author | theguymadmax <theguymadmax@proton.me> | 2026-06-30 14:13:04 -0400 |
|---|---|---|
| committer | theguymadmax <theguymadmax@proton.me> | 2026-06-30 16:34:05 -0400 |
| commit | 8e1b69b37f79cb55484d57ee7a90651d13538b49 (patch) | |
| tree | a3b210080b15a508ac7c3d67877740a903ef0ac8 | |
| parent | feef2403c49003761010656cfadaba55a278acd7 (diff) | |
Add missing Swedish ratings
| -rw-r--r-- | Emby.Server.Implementations/Localization/Ratings/se.json | 13 |
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 + } } ] } |
