diff --git a/components/sponsors/SponsorCardCollection.i18n.js b/components/sponsors/SponsorCardCollection.i18n.js index 41571ce13e..ca8d6f3f52 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': 'Sprints 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" + } + ] } ] },