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:
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",
|
||||
"aliases": {
|
||||
"loc": [
|
||||
{ "locale": "en-US", "title": "A different title" }
|
||||
]
|
||||
"loc": {
|
||||
"en-US": "A different title"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user