Skip to content

Commit

Permalink
Merge pull request #553 from pycontw/feat/venue-sponsor
Browse files Browse the repository at this point in the history
feat(sponsor): add sprint coorganizer
  • Loading branch information
SivanYeh authored Jul 24, 2024
2 parents b11bb43 + 4095173 commit c1e6c8d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/sponsors/SponsorCardCollection.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '鑽石級贊助',
Expand All @@ -22,5 +23,6 @@ export default genI18nMessages({
'special-thanks': '特別感謝',
'co-organizer': '協辦單位',
organizer: '主辦單位',
'sprint-coorganizer': '衝刺開發協辦單位',
},
})
25 changes: 25 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
},
Expand Down

0 comments on commit c1e6c8d

Please sign in to comment.