mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 09:06:43 +03:00
Fix the localization example in the Contributing Guidelines (#5629)
This commit is contained in:
parent
1d19025506
commit
eabafcb165
@ -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"
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user