mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-20 18:11:03 -04:00
update translation command to npm run translate
This commit is contained in:
parent
099cde71b8
commit
a2bf6ff27b
1 changed files with 2 additions and 2 deletions
|
@ -57,10 +57,10 @@ These currently exist in static/js/lib
|
|||
### To Run
|
||||
If you would like to create a temporary version of the site on your machine that you can access through your web browser run the command below. Building (see To Build above) is not necessary for this step and the temporary server can be turned off (see To Stop below).
|
||||
|
||||
The intl directory must be built separately with the `make translations` line below in order for the text to appear properly.
|
||||
The intl directory must be built separately with the `npm run translate` line below in order for the text to appear properly.
|
||||
|
||||
```bash
|
||||
make translations
|
||||
npm run translate
|
||||
npm start
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue