-
Notifications
You must be signed in to change notification settings - Fork 125
Added translations for splash/title/website metadata in Gatsby config #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploy preview for uk-reactjs ready! Built with commit 03bcd46 |
Deploy preview for uk-reactjs ready! Built with commit c2841e0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kurzdor there seems to be a lot of extra spaces added in src/pages/index.js
.
This will conflict with new changes that will be added to master in future.
Please fix them 😃
Also, https://reactjs.org is the original version of React.
@klymenkoo @mihilbabin should we keep it as https://uk.reactjs.org?
I think so. |
uk seems better to me. |
@ApolllonDev Fixed. |
@@ -8,10 +8,10 @@ | |||
|
|||
module.exports = { | |||
siteMetadata: { | |||
title: 'React: A JavaScript library for building user interfaces', | |||
title: 'React: JavaScript-бібліотека для створення користувацьких інтерфейсів', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'React: JavaScript-бібліотека для створення користувацьких інтерфейсів', | |
title: 'React – JavaScript-бібліотека для створення користувацьких інтерфейсів', |
Напевно, повинно бути тире замість двокрапки?
Finished #73: Added translations for splash/title/website metadata in Gatsby config
Fixes some parts of #67 issue