Skip to content

Commit d12e5ef

Browse files
authored
chore(toggle): i18n toggle is enabled globally as of now
Signed-off-by: Claudio Wunder <[email protected]>
1 parent cb0eb1b commit d12e5ef

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

TRANSLATING.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,6 @@ The `src/i18n/config.json` file is a JSON file structured by one single Collecti
4242

4343
**Note.:** When testing a Language locally on your installation, please change `enabled: false` to `enabled: true`
4444

45-
## Enabling the I18N Language Selector
46-
47-
Currently the Language selector is disabled globally, as the Languages are still being translated. This is a work-in-progress.
48-
49-
For development and translation purposes you can enable it on your local installation or on Nodejs.dev by injecting the following snippet in your browser DevTools:
50-
51-
```js
52-
window.localStorage.node_featureFlags = '["i18n-language-selector"]';
53-
```
54-
55-
**Note.:** This only enables the Language Selector. By default you don't need to use it to switch between languages.
56-
You can simply on the current URL of the page, change the default `/en/` prefix into `/{yourlanguage}/` (e.g.: `/es/`).
57-
Please remember to enable the language first, if disabled on the `src/i18n/config.json` file.
58-
5945
## Translating in-App Texts (Translations that are shown in UI Elements/Components)
6046

6147
As you might have noticed, some of the translations/pieces of text from this website, are used directly within UI Components and do not come from Markdown files.

0 commit comments

Comments
 (0)