Localization
Norish ships with translations for these languages:
| Flag | Language | Code |
|---|---|---|
| ๐ฌ๐ง | English | en |
| ๐ณ๐ฑ | Nederlands | nl |
| ๐ฉ๐ช | Deutsch (Sie) | de-formal |
| ๐ฉ๐ช | Deutsch (Du) | de-informal |
| ๐ซ๐ท | Franรงais | fr |
| ๐ช๐ธ | Espaรฑol | es |
| ๐ท๐บ | ะ ัััะบะธะน | ru |
| ๐ฐ๐ท | ํ๊ตญ์ด | ko |
| ๐ณ๐ด | Norsk | no |
| ๐ต๐ฑ | Polski | pl |
| ๐ฉ๐ฐ | Dansk | da |
| ๐ฎ๐น | Italiano | it |
You can set the instance default and restrict which locales are available:
| Variable | Description | Default |
|---|---|---|
DEFAULT_LOCALE | Instance default locale | en |
ENABLED_LOCALES | Comma-separated list of enabled locales | (all enabled) |
docker-compose.yml (environment)
DEFAULT_LOCALE: en
ENABLED_LOCALES: en,nl,no
tip
Locales can also be enabled or disabled at runtime in Settings โ Admin โ General. To add a brand-new language, see Adding translations.