Skip to content

Commit

Permalink
content-rating: Fix missing or wrong value descriptions for rating IDs
Browse files Browse the repository at this point in the history
Resolves: #563
  • Loading branch information
ximion committed Nov 27, 2023
1 parent 42a3235 commit e747fb8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/as-content-rating.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,10 +877,10 @@ static const struct {
"violence-sexual",
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("No sexual violence"),
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Rape or other violent sexual behavior"),
NULL,
NULL,
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Rape or other violent sexual behavior"),
},
{
"drugs-alcohol",
Expand Down Expand Up @@ -920,7 +920,8 @@ static const struct {
N_("Brief artistic nudity"),
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Prolonged nudity"),
NULL,
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Explicit nudity involving visible sexual organs"),
},
{
"sex-themes",
Expand Down Expand Up @@ -1013,19 +1014,20 @@ static const struct {
"social-audio",
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("No way to talk with other users"),
NULL,
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Moderated audio or video chat functionality between users"),
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Uncontrolled audio or video chat functionality between users"),
NULL,
NULL,
},
{
"social-contacts",
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("No sharing of social network usernames or email addresses"),
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Sharing social network usernames or email addresses"),
NULL,
NULL,
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Sharing social network usernames or email addresses"),
},
{
"social-info",
Expand All @@ -1042,10 +1044,10 @@ static const struct {
"social-location",
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("No sharing of physical location with other users"),
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Sharing physical location with other users"),
NULL,
NULL,
/* TRANSLATORS: content rating description, see https://hughsie.github.io/oars/ */
N_("Sharing physical location with other users"),
},

/* v1.1 */
Expand Down

0 comments on commit e747fb8

Please sign in to comment.