Fix the localization example in the Contributing Guidelines (#5629)

This commit is contained in:
Eric Cornelissen 2021-05-07 17:25:12 +02:00 committed by GitHub
parent 1d19025506
commit eabafcb165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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", "title": "the original title",
"aliases": { "aliases": {
"loc": [ "loc": {
{ "locale": "en-US", "title": "A different title" } "en-US": "A different title"
] }
} }
} }
``` ```