Localization team MRs for 18.7

Opening this to mostly have a big picture what MRs are currently open for review.

All translation MRs

display: table
fields: title, state, createdAt, reviewers, milestone
title: Localization MRs
sort: createdAt desc
limit: 40
query: group = "gitlab-org" AND state = opened AND type = MergeRequest  AND label = ~"group::localization"

MRs assigned to Marcel

display: table
fields: title, state, createdAt, milestone
title: MRs assigned to Marcel
sort: createdAt asc
limit: 20
query: group = "gitlab-org" AND state = opened AND type = MergeRequest and reviewer = @marcel.amirault  AND label = ~"group::localization"

MRs assigned to Axil

display: table
fields: title, state, createdAt, milestone
title: MRs assigned to Axil
sort: createdAt asc
limit: 20
query: group = "gitlab-org" AND state = opened AND type = MergeRequest and reviewer = @axil AND label = ~"group::localization"

Recently Merged

Click to expand

18.7

display: table
fields: author, title, state, createdAt, reviewers, milestone
title: Localization MRs
sort: createdAt desc
limit: 100
query: group = "gitlab-org" AND state = merged AND type = MergeRequest  AND label = ~"group::localization" AND milestone = "18.7"

18.6

display: table
fields: author, title, state, createdAt, reviewers, milestone
title: Localization MRs
sort: createdAt desc
limit: 100
query: group = "gitlab-org" AND state = merged AND type = MergeRequest  AND label = ~"group::localization" AND milestone = "18.6"
Edited by Marcel Amirault