Skip to content

Commit

Permalink
Update to uk.reactjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
reactjs-translation-bot committed Mar 13, 2019
1 parent 462734b commit b3b0a2b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Expand Up @@ -9,7 +9,7 @@
module.exports = {
siteMetadata: {
title: 'React: A JavaScript library for building user interfaces',
siteUrl: 'https://reactjs.org',
siteUrl: 'https://uk.reactjs.org',
rssFeedTitle: 'React',
rssFeedDescription: 'A JavaScript library for building user interfaces',
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"private": true,
"bugs": {
"url": "https://github.com/reactjs/reactjs.org"
"url": "https://github.com/reactjs/uk.reactjs.org"
},
"dependencies": {
"babel-eslint": "^8.0.1",
Expand Down Expand Up @@ -60,15 +60,15 @@
"node": ">8.4.0",
"yarn": "^1.3.2"
},
"homepage": "https://reactjs.org/",
"homepage": "https://uk.reactjs.org/",
"keywords": [
"gatsby"
],
"license": "CC",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/reactjs/reactjs.org.git"
"url": "git+https://github.com/reactjs/uk.reactjs.org.git"
},
"scripts": {
"build": "gatsby build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MarkdownPage/MarkdownPage.js
Expand Up @@ -112,7 +112,7 @@ const MarkdownPage = ({
<div css={{marginTop: 80}}>
<a
css={sharedStyles.articleLayout.editLink}
href={`https://github.com/reactjs/reactjs.org/tree/master/${
href={`https://github.com/reactjs/uk.reactjs.org/tree/master/${
markdownRemark.fields.path
}`}>
Редагувати цю сторінку
Expand Down
2 changes: 1 addition & 1 deletion src/html.js
Expand Up @@ -7,7 +7,7 @@ const JS_NPM_URLS = [
export default class HTML extends React.Component {
render() {
return (
<html lang="en" {...this.props.htmlAttributes}>
<html lang="uk" {...this.props.htmlAttributes}>
<head>
{JS_NPM_URLS.map(url => (
<link key={url} rel="preload" href={url} as="script" />
Expand Down
2 changes: 1 addition & 1 deletion src/site-constants.js
Expand Up @@ -7,7 +7,7 @@

// NOTE: We can't just use `location.toString()` because when we are rendering
// the SSR part in node.js we won't have a proper location.
const urlRoot = 'https://reactjs.org';
const urlRoot = 'https://uk.reactjs.org';
const version = '16.8.4';
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';

Expand Down

0 comments on commit b3b0a2b

Please sign in to comment.