From eabafcb16513a0ce05374157df8195736e5b8dd5 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 7 May 2021 17:25:12 +0200 Subject: [PATCH] Fix the localization example in the Contributing Guidelines (#5629) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae4663f0c..098f1d00c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -339,9 +339,9 @@ We collect localized names to make it possible to find the brand by it's local n { "title": "the original title", "aliases": { - "loc": [ - { "locale": "en-US", "title": "A different title" } - ] + "loc": { + "en-US": "A different title" + } } } ```