diff --git a/.jsonschema.json b/.jsonschema.json index 446da057..881e7401 100644 --- a/.jsonschema.json +++ b/.jsonschema.json @@ -638,6 +638,10 @@ "guidelines": { "description": "The brand guidelines, if different from the original", "$ref": "#/definitions/url" + }, + "loc": { + "description": "Localized names of the brand", + "$ref": "#/definitions/locale" } }, "additionalProperties": false diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 22626b33..58a85786 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8609,7 +8609,18 @@ { "title": "Logitech", "hex": "00B8FC", - "source": "https://www.logitech.com/en-us/pr/library" + "source": "https://www.logitech.com/en-us/pr/library", + "aliases": { + "dup": [ + { + "title": "Logicool", + "hex": "00BFFF", + "loc": { + "ja-JP": "ロジクール" + } + } + ] + } }, { "title": "Logitech G", diff --git a/sdk.d.ts b/sdk.d.ts index e451d854..517cbd01 100644 --- a/sdk.d.ts +++ b/sdk.d.ts @@ -40,6 +40,7 @@ type DuplicateAlias = { title: string; hex?: string; guidelines?: string; + loc?: { [key: string]: string }; }; /**