Skip to content

Commit

Permalink
docs: add translate README.md (misitebao#12)
Browse files Browse the repository at this point in the history
* New translations README.md (French)

* New translations README.md (Japanese)

* New translations README.md (Russian)

* New translations README.md (Chinese Traditional)

* New translations CHANGELOG.md (French)

* New translations CHANGELOG.md (Japanese)

* New translations CHANGELOG.md (Russian)

* New translations CHANGELOG.md (Chinese Traditional)
  • Loading branch information
misitebao authored Jul 20, 2022
1 parent caca632 commit 585d99e
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Release History
1 change: 1 addition & 0 deletions CHANGELOG.ja-JP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Release History
1 change: 1 addition & 0 deletions CHANGELOG.ru-RU.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Release History
1 change: 1 addition & 0 deletions CHANGELOG.zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Release History
31 changes: 31 additions & 0 deletions website/README.fr-FR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

```
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
31 changes: 31 additions & 0 deletions website/README.ja-JP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

```
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
31 changes: 31 additions & 0 deletions website/README.ru-RU.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

```
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
31 changes: 31 additions & 0 deletions website/README.zh-TW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

```
$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

0 comments on commit 585d99e

Please sign in to comment.