-
Notifications
You must be signed in to change notification settings - Fork 3
Languages
This page lists all the publicly available variations of Reflex's default, ModernBlue
, theme.
Click here if you are looking for details about Reflex's themes system instead.
- English (EN)
- Russian (RU)
- German (DE)
- Japanese (JA)
- Dutch (NL)
- Vietnamese (VI)
- Portuguese (Brazil) (pt-BR)
- Simplified Chinese (China) (zh-CN)
- Traditional Chinese (Taiwan) (zh-TW)
- Spanish (ES)
- Polish (PL)
- Norwegian (NO)
- Italian (IT)
- Croatian/Serbian/Hungarian (HR)
- French (FR)
Languages are basically just themes. This means they are switched the same way. In Reflex's config (../plugins/Reflex/config.yml
), in section general
, there is an option named theme
, which is exactly what we are looking for. Set it to:
...
general:
...
theme: 'ModernBlue_LANG'
...
Don't forget to change LANG
to the code of the language you wish to use (all languages' codes are written near the respective language names in the list above, for example, "Russian (RU) → language code is RU
here)!
Most of the translations are created by community members (that is, by native speakers — we don't just use Google Translate!). Therefore, we really appreciate any help. Found an issue in one or more of the existing translations? Want to create an own translation to a language not present in the list above yet? Don't hesitate to contact us, for example, in Discord!