diff options
author | Fabio Berger <me@fabioberger.com> | 2018-02-21 11:53:07 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-02-21 11:53:07 +0800 |
commit | 13fed15e0c4a643bb5a80737901c3d85be39e6ee (patch) | |
tree | 91ff437a50cfde62083a9c3a4a1fd2b999ee6dd5 /packages/website/ts/translations/english.ts | |
parent | 38a308ce5b15b83f41e2646e50c2bfa7584ca3ab (diff) | |
download | dexon-sol-tools-13fed15e0c4a643bb5a80737901c3d85be39e6ee.tar.gz dexon-sol-tools-13fed15e0c4a643bb5a80737901c3d85be39e6ee.tar.zst dexon-sol-tools-13fed15e0c4a643bb5a80737901c3d85be39e6ee.zip |
Improve homepage and add translations in chinese, russian, korean and spanish
Diffstat (limited to 'packages/website/ts/translations/english.ts')
-rw-r--r-- | packages/website/ts/translations/english.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/translations/english.ts b/packages/website/ts/translations/english.ts index ef6e42a55..8fb679fe3 100644 --- a/packages/website/ts/translations/english.ts +++ b/packages/website/ts/translations/english.ts @@ -37,6 +37,7 @@ export const english = { [Key.DevToolsPrompt]: 'learn how in our', [Key.SmartContract]: 'smart contract', [Key.Docs]: 'docs', + [Key.And]: 'and', [Key.DecentralizedGovernance]: 'decentralized governance', [Key.DecentralizedGovernanceDescription]: 'Decentralized organizations use tokens to represent ownership and guide their governance logic. 0x allows decentralized organizations to seamlessly and safely trade ownership for startup capital.', @@ -71,7 +72,6 @@ export const english = { [Key.PortalDApp]: 'portal dApp', [Key.Website]: 'website', [Key.Home]: 'home', - [Key.FAQ]: 'FAQ', [Key.RocketChat]: 'rocket.chat', // TopBar [Key.Developers]: 'developers', |