File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99module . exports = {
1010 siteMetadata : {
1111 title : 'React: A JavaScript library for building user interfaces' ,
12- siteUrl : 'https://reactjs.org' ,
12+ siteUrl : 'https://es. reactjs.org' ,
1313 rssFeedTitle : 'React' ,
1414 rssFeedDescription : 'A JavaScript library for building user interfaces' ,
1515 } ,
Original file line number Diff line number Diff line change 44 "version" : " 0.0.1" ,
55 "private" : true ,
66 "bugs" : {
7- "url" : " https://github.com/reactjs/reactjs.org"
7+ "url" : " https://github.com/reactjs/es. reactjs.org"
88 },
99 "dependencies" : {
1010 "babel-eslint" : " ^8.0.1" ,
6060 "node" : " >8.4.0" ,
6161 "yarn" : " ^1.3.2"
6262 },
63- "homepage" : " https://reactjs.org/" ,
63+ "homepage" : " https://es. reactjs.org/" ,
6464 "keywords" : [
6565 " gatsby"
6666 ],
6767 "license" : " CC" ,
6868 "main" : " n/a" ,
6969 "repository" : {
7070 "type" : " git" ,
71- "url" : " git+https://github.com/reactjs/reactjs.org.git"
71+ "url" : " git+https://github.com/reactjs/es. reactjs.org.git"
7272 },
7373 "scripts" : {
7474 "build" : " gatsby build" ,
Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ const MarkdownPage = ({
112112 < div css = { { marginTop : 80 } } >
113113 < a
114114 css = { sharedStyles . articleLayout . editLink }
115- href = { `https://github.com/reactjs/reactjs.org/tree/master/${
115+ href = { `https://github.com/reactjs/es. reactjs.org/tree/master/${
116116 markdownRemark . fields . path
117117 } `} >
118- Edit this page
118+ Edita esta página
119119 </ a >
120120 </ div >
121121 ) }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const JS_NPM_URLS = [
77export default class HTML extends React . Component {
88 render ( ) {
99 return (
10- < html lang = "en " { ...this . props . htmlAttributes } >
10+ < html lang = "es " { ...this . props . htmlAttributes } >
1111 < head >
1212 { JS_NPM_URLS . map ( url => (
1313 < link key = { url } rel = "preload" href = { url } as = "script" />
Original file line number Diff line number Diff line change 77
88// NOTE: We can't just use `location.toString()` because when we are rendering
99// the SSR part in node.js we won't have a proper location.
10- const urlRoot = 'https://reactjs.org' ;
10+ const urlRoot = 'https://es. reactjs.org' ;
1111const version = '16.8.1' ;
1212const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js' ;
1313
You can’t perform that action at this time.
0 commit comments