Skip to content
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

Update the documentations with the latest requirements and restore the transifex link #2656

Merged
merged 2 commits into from Aug 23, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Built with top-notch technologies. Django, PostgreSQL, ElasticSearch, GraphQL an

## 💾 Installation and requirements

Saleor requires Python 3.4+, Node.js 8.0+, PostgreSQL and OS-specific dependency tools.
Saleor requires Python 3.5+, Node.js 8.0+, PostgreSQL and OS-specific dependency tools.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should probably also say Node.js 10+

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, Python and Node versions get listed in other places, like installation docs for linux


[See the Saleor docs](https://saleor.readthedocs.io) for step-by-step installation and deployment instructions.

Expand All @@ -43,6 +43,12 @@ Login credentials: `admin@example.com`/`admin`
* Follow us on [Twitter](https://twitter.com/getsaleor?lang=en)
* Check our latest blog posts on [Medium](https://medium.com/saleor)

## 🗺 Translate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's hard to say which emoji this is, I think that earth emoji 🌎 would be more readable

https://emojipedia.org/earth-globe-europe-africa/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

America 🌎 or Europe-Africa 🌍?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

America is better-looking, but that's the matter of preferences 😏

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Less details shown 👍


Saleor is available in 30 languages translated by our community,
the repository gets synchronized weekly to the latest contributions on
Copy link
Contributor

@Pacu2 Pacu2 Aug 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm also missing some invitation to contribute in the copy.
Maybe something like

Did you know that Saleor is available in almost 30 languages, translated entirely by our community? 
If you'd like to help us, you can join one of our translation teams on [the localization platform Transifex](https://www.transifex.com/mirumee/saleor-1/languages/).
The repository gets synchronized weekly with the latest contributions.

[the localization platform Transifex](https://www.transifex.com/mirumee/saleor-1/languages/). Join us!

## 🎁 Contribute
Any contributions are warmly welcomed, we will do our best to provide you with mentorship and support throughout the whole collaboration.

Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/installation-linux.rst
Expand Up @@ -15,7 +15,7 @@ Before you are ready to run Saleor you will need additional software installed o
Python 3
~~~~~~~~

Saleor requires Python 3.4 or later. A compatible version comes preinstalled with most current Linux systems. If that is not the case consult your distribution for instructions on how to install Python 3.6 or 3.7.
Saleor requires Python 3.5 or later. A compatible version comes preinstalled with most current Linux systems. If that is not the case consult your distribution for instructions on how to install Python 3.6 or 3.7.


Node.js
Expand Down