Replace Rocket.chat with Discord
This commit is contained in:
parent
d0b2ee7fc1
commit
0a618f6f4d
@ -78,7 +78,7 @@
|
||||
"WEBSITE": "网站",
|
||||
"DEVELOPERS": "开发人员",
|
||||
"HOME": "首页",
|
||||
"ROCKETCHAT": "聊",
|
||||
"DISCORD": "discord chat",
|
||||
"BUILD_A_RELAYER": "build a relayer",
|
||||
"BUILD_A_RELAYER_DESCRIPTION": "Learn how to build your own 0x relayer from scratch",
|
||||
"DEVELOP_ON_ETHEREUM": "develop on Ethereum",
|
||||
|
@ -81,7 +81,7 @@
|
||||
"WEBSITE": "website",
|
||||
"DEVELOPERS": "developers",
|
||||
"HOME": "home",
|
||||
"ROCKETCHAT": "rocket.chat",
|
||||
"DISCORD": "discord chat",
|
||||
"TRADE_CALL_TO_ACTION": "trade on 0x",
|
||||
"BUILD_A_RELAYER": "build a relayer",
|
||||
"BUILD_A_RELAYER_DESCRIPTION": "Learn how to build your own 0x relayer from scratch",
|
||||
|
@ -77,7 +77,7 @@
|
||||
"PORTAL_DAPP": "포털 dApp",
|
||||
"WEBSITE": "Website",
|
||||
"HOME": "홈",
|
||||
"ROCKETCHAT": "Rocket.chat",
|
||||
"DISCORD": "discord chat",
|
||||
"DEVELOPERS": "개발자",
|
||||
"BUILD_A_RELAYER": "build a relayer",
|
||||
"BUILD_A_RELAYER_DESCRIPTION": "Learn how to build your own 0x relayer from scratch",
|
||||
|
@ -76,9 +76,9 @@
|
||||
"STANDARD_RELAYER_API": "standard relayer API",
|
||||
"PORTAL_DAPP": "DApp-портал",
|
||||
"WEBSITE": "Веб-сайт",
|
||||
"DEVELOPERS": "Домашняя страница",
|
||||
"HOME": "Rocket.chat",
|
||||
"ROCKETCHAT": "Для разработчиков",
|
||||
"DEVELOPERS": "Для разработчиков",
|
||||
"HOME": "Домашняя страница",
|
||||
"DISCORD": "discord chat",
|
||||
"BUILD_A_RELAYER": "build a relayer",
|
||||
"BUILD_A_RELAYER_DESCRIPTION": "Learn how to build your own 0x relayer from scratch",
|
||||
"DEVELOP_ON_ETHEREUM": "develop on Ethereum",
|
||||
|
@ -77,9 +77,9 @@
|
||||
"STANDARD_RELAYER_API": "API de transmisión estándar",
|
||||
"PORTAL_DAPP": "portal dApp",
|
||||
"WEBSITE": "website",
|
||||
"DEVELOPERS": "inicio",
|
||||
"HOME": "rocket.chat",
|
||||
"ROCKETCHAT": "desarrolladores",
|
||||
"DEVELOPERS": "desarrolladores",
|
||||
"HOME": "inicio",
|
||||
"DISCORD": "discord chat",
|
||||
"BUILD_A_RELAYER": "build a relayer",
|
||||
"BUILD_A_RELAYER_DESCRIPTION": "Learn how to build your own 0x relayer from scratch",
|
||||
"DEVELOP_ON_ETHEREUM": "develop on Ethereum",
|
||||
|
@ -71,7 +71,7 @@ export class Footer extends React.Component<FooterProps, FooterState> {
|
||||
],
|
||||
[Key.Community]: [
|
||||
{
|
||||
title: this.props.translate.get(Key.RocketChat, Deco.Cap),
|
||||
title: this.props.translate.get(Key.Discord, Deco.Cap),
|
||||
to: constants.URL_ZEROEX_CHAT,
|
||||
shouldOpenInNewTab: true,
|
||||
},
|
||||
@ -177,7 +177,7 @@ export class Footer extends React.Component<FooterProps, FooterState> {
|
||||
}
|
||||
private _renderMenuItem(link: ALink): React.ReactNode {
|
||||
const titleToIcon: { [title: string]: string } = {
|
||||
[this.props.translate.get(Key.RocketChat, Deco.Cap)]: 'rocketchat.png',
|
||||
[this.props.translate.get(Key.Discord, Deco.Cap)]: 'rocketchat.png',
|
||||
[this.props.translate.get(Key.Blog, Deco.Cap)]: 'medium.png',
|
||||
Twitter: 'twitter.png',
|
||||
Reddit: 'reddit.png',
|
||||
|
@ -379,7 +379,7 @@ const sections: FAQSection[] = [
|
||||
<div>
|
||||
Join our{' '}
|
||||
<a href={constants.URL_ZEROEX_CHAT} target="_blank">
|
||||
Rocket.chat
|
||||
Discord
|
||||
</a>! As an open source project, 0x will rely on a worldwide community of passionate developers
|
||||
to contribute proposals, ideas and code.
|
||||
</div>
|
||||
|
@ -463,7 +463,7 @@ export enum Key {
|
||||
Website = 'WEBSITE',
|
||||
Developers = 'DEVELOPERS',
|
||||
Home = 'HOME',
|
||||
RocketChat = 'ROCKETCHAT',
|
||||
Discord = 'DISCORD',
|
||||
TradeCallToAction = 'TRADE_CALL_TO_ACTION',
|
||||
OurMissionAndValues = 'OUR_MISSION_AND_VALUES',
|
||||
BuildARelayer = 'BUILD_A_RELAYER',
|
||||
|
@ -3,7 +3,7 @@ import { BigNumber } from '@0x/utils';
|
||||
import { Key, WebsitePaths } from 'ts/types';
|
||||
|
||||
const URL_FORUM = 'https://forum.0xproject.com';
|
||||
const URL_ZEROEX_CHAT = 'https://chat.0xproject.com';
|
||||
const URL_ZEROEX_CHAT = 'https://discord.gg/d3FTX3M';
|
||||
|
||||
export const constants = {
|
||||
DECIMAL_PLACES_ETH: 18,
|
||||
|
Loading…
x
Reference in New Issue
Block a user