diff --git a/site_config/community.jsx b/site_config/community.jsx index 7c1a2fe3..172eeb95 100644 --- a/site_config/community.jsx +++ b/site_config/community.jsx @@ -49,13 +49,131 @@ export default { }, { img: '/images/documents.png', - title: 'Documents', + title: 'Documentation', content: Improve the documentation., }, { img: '/images/pullrequest.png', title: 'Pull Request', - content: Create a brilliant pull request. , + content: Create a brilliant pull request., + }, + ], + }, + }, + 'it-it': { + barText: 'Comunità', + events: { + title: 'Eventi e notizie', + list: [ + { + img: '/images/blog/wuhan2020.png', + title: 'Rilascio nuovo processo di progetto di rifornimento di carburante Wuhan', + content: 'Rilascio nuovo processo di progetto di rifornimento di carburante Wuhan', + dateStr: 'Jan 29th,2020', + link: '/it-it/blog/wuhan2020-official-announcement.html', + }, + ], + }, + contacts: { + title: 'Parla con noi', + desc: 'Non esitate a contattarci tramite il seguente canale.', + list: [ + { + img: '/images/channels/mailinglist.png', + imgHover: '/images/channels/mailinglist_hover.png', + title: 'Mailing List', + link: 'mailto:wuhan2020+subscribe@googlegroups.com' + }, + { + img: '/images/channels/slack_gray.svg', + imgHover: '/images/channels/slack_green.svg', + title: '@Slack', + link: 'https://wuhan2020.slack.com/archives/CSTGKFRCH', + } + ], + }, + contributorGuide: { + title: 'Guida per i collaboratori', + desc: 'YPuoi sempre contribuire a Wuhan2020.', + list: [ + { + img: '/images/channels/email_gray.svg', + title: 'Mailing List', + content: Unisciti alla nostra mailing list., + }, + { + img: '/images/channels/github_gray.svg', + title: 'Problema', + content: Invia un nuovo numero., + }, + { + img: '/images/documents.png', + title: 'Documentazione', + content: Migliora la documentazione., + }, + { + img: '/images/pullrequest.png', + title: 'Richiesta pull', + content: Crea una brillante richiesta pull., + }, + ], + }, + }, + 'ja-jp': { + barText: 'コミュニティ', + events: { + title: 'イベントとニュース', + list: [ + { + img: '/images/blog/wuhan2020.png', + title: '武漢給油プロジェクトの新しいプロセスのリリース', + content: '武漢給油プロジェクトの新しいプロセスのリリース', + dateStr: 'Jan 29th,2020', + link: '/en-us/blog/wuhan2020-official-announcement.html', + }, + ], + }, + contacts: { + title: '私たちに話してください', + desc: '次のチャネルからお気軽にお問い合わせください。', + list: [ + { + img: '/images/channels/mailinglist.png', + imgHover: '/images/channels/mailinglist_hover.png', + title: 'メーリングリスト', + link: 'mailto:wuhan2020+subscribe@googlegroups.com' + }, + { + img: '/images/channels/slack_gray.svg', + imgHover: '/images/channels/slack_green.svg', + title: '@Slack', + link: 'https://wuhan2020.slack.com/archives/CSTGKFRCH', + } + ], + }, + contributorGuide: { + title: '貢献者ガイド', + desc: 'いつでもWuhan2020に貢献できます。', + list: [ + { + img: '/images/channels/email_gray.svg', + title: 'メーリングリスト', + content: メーリングリストに参加してください。, + }, + { + img: '/images/channels/github_gray.svg', + title: '発行', + content: 新しい問題を送信する。, + }, + { + img: '/images/documents.png', + title: 'ドキュメンテーション', + content: ドキュメントを改善する。, + }, + { + img: '/images/pullrequest.png', + title: 'プルリクエスト', + content: 素晴らしいプルリクエストtを作成する。, }, ], },