You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TRANSLATING.md
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -42,20 +42,6 @@ The `src/i18n/config.json` file is a JSON file structured by one single Collecti
42
42
43
43
**Note.:** When testing a Language locally on your installation, please change `enabled: false` to `enabled: true`
44
44
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:
**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
-
59
45
## Translating in-App Texts (Translations that are shown in UI Elements/Components)
60
46
61
47
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