Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/brand/de/bosch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"description_en": "Bosch is a German engineering company that produced mobile phones in the 1990s.",
"description_ko": "보쉬는 독일의 엔지니어링 기업으로, 1990년대에 휴대폰을 생산했다.",
"founded_year": 1886,
"website": "https://www.bosch.com"
"website": "https://www.bosch.com",
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bosch-logo.svg"
}
4 changes: 3 additions & 1 deletion data/brand/fr/orange.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
],
"description_en": "Orange is a French telecommunications carrier that has offered carrier-branded handsets.",
"description_ko": "오랑주는 프랑스의 통신 사업자로, 통신사 브랜드 단말을 제공해 왔다.",
"website": "https://www.orange.com"
"website": "https://www.orange.com",
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg",
"founded_year": 1988
}
3 changes: 2 additions & 1 deletion data/brand/us/pixio.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
],
"website": "https://www.pixiogaming.com",
"description_en": "Pixio is an American brand of gaming computer monitors.",
"description_ko": "픽시오는 게이밍 컴퓨터 모니터를 만드는 미국 브랜드이다."
"description_ko": "픽시오는 게이밍 컴퓨터 모니터를 만드는 미국 브랜드이다.",
"founded_year": 2016
}
4 changes: 2 additions & 2 deletions site/public/v1/brands/bosch/index.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": 58,
"id": 64,
"slug": "bosch",
"name": "Bosch",
"country": "DE",
"founded_year": 1886,
"logo_url": null,
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bosch-logo.svg",
"website": "https://www.bosch.com",
"source_urls": [
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
Expand Down
6 changes: 3 additions & 3 deletions site/public/v1/brands/orange/index.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": 70,
"id": 76,
"slug": "orange",
"name": "Orange",
"country": "FR",
"founded_year": null,
"logo_url": null,
"founded_year": 1988,
"logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg",
"website": "https://www.orange.com",
"source_urls": [
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
Expand Down
2 changes: 1 addition & 1 deletion site/public/v1/brands/pixio/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"slug": "pixio",
"name": "Pixio",
"country": "US",
"founded_year": null,
"founded_year": 2016,
"logo_url": null,
"website": "https://www.pixiogaming.com",
"source_urls": [
Expand Down
Loading