1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Remove unnecessary spaces between words - part 3 (#35382)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Artur Kordowski
2024-11-22 17:39:06 +01:00
committed by GitHub
parent 4e37a222bd
commit 0952a21569
87 changed files with 161 additions and 161 deletions

View File

@@ -42,7 +42,7 @@ The [`src/bookmarklets`](../src/bookmarklets) directory contains some browser sh
### Enabling different languages
By default the local server won't run with all supported languages enabled. If you need to run the server with a particular language, you can temporarily edit the `start` script in `package.json` and update the `ENABLED_LANGUAGES` variable. For example, to enable Japanese and Portuguese, you can set it to `ENABLED_LANGUAGES='en,ja,pt'` and then you need to restart the server for the change to take effect.
By default the local server won't run with all supported languages enabled. If you need to run the server with a particular language, you can temporarily edit the `start` script in `package.json` and update the `ENABLED_LANGUAGES` variable. For example, to enable Japanese and Portuguese, you can set it to `ENABLED_LANGUAGES='en,ja,pt'` and then you need to restart the server for the change to take effect.
The supported language codes are defined in [lib/languages.js](../src/languages/lib/languages.js).