1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-05 01:20:39 +02:00

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