1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Create languages src directory (#41661)

This commit is contained in:
Kevin Heis
2023-08-30 10:24:59 -07:00
committed by GitHub
parent df293570e7
commit 9bf3fc185a
108 changed files with 153 additions and 134 deletions

View File

@@ -44,7 +44,7 @@ The [`script/bookmarklets`](../script/bookmarklets) directory contains some brow
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](../lib/languages.js).
The supported language codes are defined in [lib/languages.js](#src/languages/lib/languages.js).
## Site structure