From 920b8e69bd197dcd49253679216308ed7d5eb29c Mon Sep 17 00:00:00 2001 From: svyeh Date: Sat, 13 Jul 2024 23:22:36 +0800 Subject: [PATCH 1/2] feat(sponsor): add sprint coorganizer --- .../sponsors/SponsorCardCollection.i18n.js | 2 ++ db.json | 25 +++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/components/sponsors/SponsorCardCollection.i18n.js b/components/sponsors/SponsorCardCollection.i18n.js index 41571ce13e..dff9bf056b 100644 --- a/components/sponsors/SponsorCardCollection.i18n.js +++ b/components/sponsors/SponsorCardCollection.i18n.js @@ -11,6 +11,7 @@ export default genI18nMessages({ 'special-thanks': 'Special Thanks to', 'co-organizer': 'Co-organizer', organizer: 'Organizer', + 'sprint-coorganizer': 'Sprint Co-organizer', }, 'zh-hant': { diamond: '鑽石級贊助', @@ -22,5 +23,6 @@ export default genI18nMessages({ 'special-thanks': '特別感謝', 'co-organizer': '協辦單位', organizer: '主辦單位', + 'sprint-coorganizer': '衝刺開發協辦單位', }, }) diff --git a/db.json b/db.json index 44db13bd1a..2081be9232 100644 --- a/db.json +++ b/db.json @@ -150,6 +150,31 @@ "logo_url": "https://i.imgur.com/ARxWY48.gif" } ] + }, + { + "level_name": "sprint-coorganizer", + "sponsors": [ + { + "name_en_us": "test", + "name_zh_hant": "測試", + "subtitle_en_us": "", + "subtitle_zh_hant": "", + "intro_en_us": "sponsor with empty logo & shouldn't be displayed", + "intro_zh_hant": "", + "website_url": "https://google.com", + "logo_url": "" + }, + { + "name_en_us": "test", + "name_zh_hant": "測試", + "subtitle_en_us": "test", + "subtitle_zh_hant": "test", + "intro_en_us": "test", + "intro_zh_hant": "test", + "website_url": "https://google.com", + "logo_url": "https://i.imgur.com/ARxWY48.gif" + } + ] } ] }, From 4095173a8ebf8c7f987dfb7df27e532603dba194 Mon Sep 17 00:00:00 2001 From: svyeh Date: Sun, 14 Jul 2024 15:18:11 +0800 Subject: [PATCH 2/2] fix(sprint): typo --- components/sponsors/SponsorCardCollection.i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sponsors/SponsorCardCollection.i18n.js b/components/sponsors/SponsorCardCollection.i18n.js index dff9bf056b..ca8d6f3f52 100644 --- a/components/sponsors/SponsorCardCollection.i18n.js +++ b/components/sponsors/SponsorCardCollection.i18n.js @@ -11,7 +11,7 @@ export default genI18nMessages({ 'special-thanks': 'Special Thanks to', 'co-organizer': 'Co-organizer', organizer: 'Organizer', - 'sprint-coorganizer': 'Sprint Co-organizer', + 'sprint-coorganizer': 'Sprints Co-organizer', }, 'zh-hant': { diamond: '鑽石級贊助',