diff --git a/website/languages.js b/website/languages.js index 52bf8a130d..0204756339 100644 --- a/website/languages.js +++ b/website/languages.js @@ -52,7 +52,7 @@ const languages = [ tag: "el" }, { - enabled: false, + enabled: true, name: "EspaƱol", tag: "es-ES" }, diff --git a/website/package.json b/website/package.json index 1067e81f4c..2c76b2abac 100644 --- a/website/package.json +++ b/website/package.json @@ -8,8 +8,8 @@ "write-translations": "node ../lib/write-translations.js", "version": "node ../lib/version.js", "rename-version": "node ../lib/rename-version.js", - "crowdin-upload": "crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master", - "crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master" + "crowdin-upload": "crowdin --config ../crowdin.yaml upload sources --auto-update -b master", + "crowdin-download": "crowdin --config ../crowdin.yaml download -b master" }, "dependencies": { "async": "^2.5.0", diff --git a/website/pages/en/about-slash.js b/website/pages/en/about-slash.js index a9709806d7..d2ca219fb0 100644 --- a/website/pages/en/about-slash.js +++ b/website/pages/en/about-slash.js @@ -6,26 +6,25 @@ */ const React = require("react"); - const CompLibrary = require("../../core/CompLibrary.js"); const Container = CompLibrary.Container; const GridBlock = CompLibrary.GridBlock; - const siteConfig = require(process.cwd() + "/siteConfig.js"); +const translate = require("../../server/translate.js").translate; class AboutSlash extends React.Component { render() { return (
Slash is the official mascot of Docusaurus. You will find different variations of her throughout the website, whether she is moving fast on her scooter or writing documentation at her standing desk. At Facebook, we have actual Slash plushies -- and you never know, you may see these plushies at various events and conferences in the future.
The team sat in a conference room trying to come up with a name for the project. Dinosaurs became a theme, finally landing on Docusaurus, combining documentation with those many dinosaurs that end in "saurus". Of course, we needed a logo for our new project. Eric sat down and designed a logo that was quite beyond the norm of our normal open source project logos, but yet was just so awesome, we had to use it. We needed a name for this cute Docusaur. "Marky" for markdown? "Docky" for documentation? No, "Slash" for the normal way someone starts code documentation in many programming languages
- If you need help with Docusaurus, you can try one of the mechanisms below.
+ // or /* or ///. And Slash was born.
diff --git a/website/pages/en/help.js b/website/pages/en/help.js
index 3d110df672..9e5ac89a61 100755
--- a/website/pages/en/help.js
+++ b/website/pages/en/help.js
@@ -10,29 +10,34 @@ const CompLibrary = require("../../core/CompLibrary.js");
const Container = CompLibrary.Container;
const GridBlock = CompLibrary.GridBlock;
const siteConfig = require(process.cwd() + "/siteConfig.js");
+const translate = require("../../server/translate.js").translate;
class Help extends React.Component {
render() {
const supportLinks = [
{
- title: "Browse the docs",
- content:
- `Learn more about Docusaurus using the [official documentation](${siteConfig.baseUrl}docs/${this.props.language}/installation.html).`,
+ title: Need help?
+
Docusaurus is building websites for these projects...
+
+
- Docusaurus is also used by open source projects of all sizes.
+