-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #780 from ethereum/dev
Deploy v1.2.1
- Loading branch information
Showing
22 changed files
with
1,711 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,10 +64,9 @@ module.exports = { | |
], | ||
[ | ||
'script', | ||
{ type: 'application/ld+json'}, | ||
{ type: 'application/ld+json' }, | ||
|
||
`{"@context": "https://schema.org", "@type": "Organization", "url": "https://www.ethereum.org", "email": "[email protected]", "name": "ethereum.org (Ethereum)", "logo": "https://ethereum.org/og-image.png"}` | ||
|
||
] | ||
], | ||
markdown: { | ||
|
@@ -361,6 +360,73 @@ module.exports = { | |
} | ||
] | ||
}, | ||
'/se/': { | ||
lang: 'sv-SE', | ||
label: translate('language'), | ||
nav: [ | ||
{ text: translate('page-home', 'sv-SE'), link: '/se/' }, | ||
{ | ||
text: translate('page-individuals', 'sv-SE'), | ||
ariaLabel: translate('page-individuals-aria-label', 'sv-SE'), | ||
items: [ | ||
{ | ||
text: translate( | ||
'page-home-section-individuals-item-one', | ||
'sv-SE' | ||
), | ||
link: '/se/what-is-ethereum/' | ||
}, | ||
{ | ||
text: translate( | ||
'page-home-section-individuals-item-four', | ||
'sv-SE' | ||
), | ||
link: '/se/eth/' | ||
}, | ||
{ | ||
text: translate( | ||
'page-home-section-individuals-item-two', | ||
'sv-SE' | ||
), | ||
link: '/se/dapps/' | ||
}, | ||
{ | ||
text: translate( | ||
'page-home-section-individuals-item-five', | ||
'sv-SE' | ||
), | ||
link: '/se/wallets/' | ||
}, | ||
{ | ||
text: translate( | ||
'page-home-section-individuals-item-three', | ||
'sv-SE' | ||
), | ||
link: '/se/learn/' | ||
} | ||
] | ||
}, | ||
{ | ||
text: translate('page-developers', 'sv-SE'), | ||
ariaLabel: translate('page-developers-aria-label', 'sv-SE'), | ||
items: [ | ||
{ | ||
text: translate('get-started', 'sv-SE'), | ||
link: '/se/build/' | ||
}, | ||
{ | ||
text: 'Ethereum Studio', | ||
link: 'https://studio.ethereum.org/' | ||
}, | ||
{ | ||
text: translate('developer-resources', 'sv-SE'), | ||
link: '/se/developers/' | ||
} | ||
] | ||
}, | ||
{ text: translate('page-enterprise', 'sv-SE'), link: '/se/enterprise/' } | ||
] | ||
}, | ||
'/sk/': { | ||
lang: 'sk', | ||
label: translate('language', 'sk'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Börja bygga | ||
meta: | ||
- name: beskrivning | ||
content: Lär dig grunderna i Ethereum med Ethereum Studio, vår webbaserade IDE för att bygga och testa smarta kontrakt. | ||
- property: og:title | ||
content: Börja bygga | Ethereum | ||
- property: og:description | ||
content: Lär dig grunderna i Ethereum med Ethereum Studio, vår webbaserade IDE för att bygga och testa smarta kontrakt. | ||
sidebar: false | ||
layout: home | ||
hideHero: true | ||
lang: sv-SE | ||
--- | ||
|
||
<BuildPage /> |
Oops, something went wrong.