diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-07-12 17:36:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 17:36:01 +0200 |
| commit | b77def6883f28c20a58da821c86bb33de60872b2 (patch) | |
| tree | 9b0d26649c5eedd9d72c9446c4b3c69bcf4985a8 /Emby.Server.Implementations/Localization | |
| parent | 5c48935fa83974b57d3ce7fcc107512eefed88de (diff) | |
| parent | 5e42941d3b8345ae3927c8071d4b6e5b117bd03c (diff) | |
Merge pull request #17268 from theguymadmax/fix-greece-ratings
Diffstat (limited to 'Emby.Server.Implementations/Localization')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Ratings/gr.json | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/gr.json b/Emby.Server.Implementations/Localization/Ratings/gr.json index 794bf0b313..73abab72d3 100644 --- a/Emby.Server.Implementations/Localization/Ratings/gr.json +++ b/Emby.Server.Implementations/Localization/Ratings/gr.json @@ -10,21 +10,42 @@ } }, { - "ratingStrings": ["K12"], + "ratingStrings": ["K12", "K-12", "12"], + "ratingScore": { + "score": 12, + "subScore": null + } + }, + { + "ratingStrings": ["K13", "K-13", "13"], "ratingScore": { "score": 13, "subScore": null } }, { - "ratingStrings": ["K15"], + "ratingStrings": ["K15", "K-15", "15"], "ratingScore": { "score": 15, "subScore": null } }, { - "ratingStrings": ["K18"], + "ratingStrings": ["K16", "K-16", "16"], + "ratingScore": { + "score": 16, + "subScore": null + } + }, + { + "ratingStrings": ["K17", "K-17", "17"], + "ratingScore": { + "score": 17, + "subScore": null + } + }, + { + "ratingStrings": ["K18", "K-18", "18", "18+"], "ratingScore": { "score": 18, "subScore": null |
