Skip to content

Commit 0be60fa

Browse files
committed
japanese transration
1 parent 78ac51b commit 0be60fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ $ (yarn | npm ) install
2121
$ yarn start [or] npm run start
2222
```
2323

24-
local i18n server
24+
japanese i18n server
2525
```
2626
$ yarn start -l ja [or] npm run start -l ja
27-
2827
```
2928

3029
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

docusaurus/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ $ (yarn | npm ) install
2222
$ yarn start [or] npm run start
2323
```
2424

25+
japanese i18n server
26+
```
27+
$ yarn start -l ja [or] npm run start -l ja
28+
```
29+
2530
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
2631

2732
### Build

0 commit comments

Comments
 (0)