Skip to content

Commit 7c44793

Browse files
XhmikosRTrott
andauthored
README.md: minor tweaks (#3854)
* README.md: minor tweaks * Update README.md Co-authored-by: Rich Trott <[email protected]> * Update README.md Co-authored-by: Rich Trott <[email protected]> Co-authored-by: Rich Trott <[email protected]>
1 parent 9b46c5f commit 7c44793

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you want to submit a new feature or a bugfix, the best way is to create the c
3636

3737
### To translate content into other languages
3838

39-
If you want to help translate to other languages or improve existing translations, it isn't necessary to work from Github. You can and should do it through Crowdin, this is the correct workflow.
39+
If you want to help translate to other languages or improve existing translations, it isn't necessary to work from GitHub. You can and should do it through Crowdin, this is the correct workflow.
4040

4141
Crowdin is an online tool that facilitates the user experience for the translator, here is more information:
4242

@@ -60,9 +60,9 @@ To help with localization, please read the [TRANSLATION](TRANSLATION.md) guide.
6060

6161
* `DEFAULT_LOCALE={{locale}} node build.js` builds all the translated files present in the locale folder (will display 404 status code if file is not present), the static/css folder for all the Sass files, as well as copy the rest of the static assets to their subfolder in the build directory.
6262
* `DEFAULT_LOCALE={{locale}} node build.js --preserveLocale` the same as `node build.js` but it will add the pages present in the English locale that are missing instead of throwing 404 status code.
63-
* `DEFAULT_LOCALE={{locale}} npm run serve` builds only the files present in the specified locale folder (will display 404 status code if file is not present), then start the default website (http://localhost:${port}/${mainLocale}). Here `{port}` is 8080, `{mainLocale}` is `en` or the first specified language.
63+
* `DEFAULT_LOCALE={{locale}} npm run serve` builds only the files present in the specified locale folder (will display 404 status code if file is not present), then start the default website (`http://localhost:${port}/${mainLocale}`). Here `{port}` is 8080, `{mainLocale}` is `en` or the first specified language.
6464
* `DEFAULT_LOCALE={{locale}} npm run serve -- --preserveLocale` the same as `npm run serve ` but it will add the pages present in the English locale that are missing.
65-
* `npm run serve` builds all the current languages and returns 404 when a file is not present in the current locale, then start the default website (http://localhost:${port}/${mainLocale}). Here `{port}` is 8080, `{mainLocale}` is `en` in default.
65+
* `npm run serve` builds all the current languages and returns 404 when a file is not present in the current locale, then start the default website (`http://localhost:${port}/${mainLocale}`). Here `{port}` is 8080, `{mainLocale}` is `en` in default.
6666
* `npm run serve -- --preserveLocale` the same as `npm run serve` but it will add the pages present in the English locale that are missing instead of throwing 404 status code.
6767

6868
## Test Options
@@ -74,8 +74,8 @@ Before submitting, you must pass all the unit tests and syntax checks by running
7474

7575
## Notice
7676

77-
* Multiple locales can be built by using comma separated values in the `DEFAULT_LOCALE` variable. i.e: `DEFAULT_LOCALE=en,es,it`.
78-
* For other 'Serve/Build Options' and 'Test Options', please see `package.json` in details.
77+
* Multiple locales can be built by using comma-separated values in the `DEFAULT_LOCALE` variable: `DEFAULT_LOCALE=en,es,it`.
78+
* For other options, see `package.json`.
7979

8080
## Deployment
8181

0 commit comments

Comments
 (0)