From 512527f0e253d1a62f4c8a515311e7ad89cb26be Mon Sep 17 00:00:00 2001 From: Jamison Lahman Date: Thu, 27 Aug 2026 01:46:05 +0000 Subject: [PATCH] docs: document interface language support (Spanish, Portuguese, French, German) Adds a General Settings page under Core Features covering the new Language dropdown on /app/settings/general, and a v4.7.0 changelog entry announcing the feature. Co-Authored-By: Claude Sonnet 5 --- changelog.mdx | 26 +++++++++++++++++ docs.json | 1 + overview/core_features/general_settings.mdx | 32 +++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 overview/core_features/general_settings.mdx diff --git a/changelog.mdx b/changelog.mdx index 47d713eb..922efead 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -6,6 +6,32 @@ mode: "wide" rss: true --- + + + ## v4.7.0 + + Onyx's interface is now available in Spanish, Portuguese, French, and German, alongside English. + + Thank you to our contributors for helping make this release possible! + + ## Key Improvements + + ### Interface Language + + You can now use the Onyx interface in **Español**, **Português**, **Français**, or **Deutsch**, + in addition to English. + Choose your preferred language from the new **Language** dropdown on the + [General](https://docs.onyx.app/overview/core_features/general_settings) + tab of your User Settings (`/app/settings/general`) — language names are always shown in their native spelling, + regardless of which language is currently active. + + --- + + Our [GitHub Releases](https://github.com/onyx-dot-app/onyx/releases?utm_source=docs&utm_content=changelog) + page has the full list of changes and bug fixes for each release. + + + ## v4.4.0 diff --git a/docs.json b/docs.json index f35555c4..c8c1160e 100644 --- a/docs.json +++ b/docs.json @@ -34,6 +34,7 @@ "overview/core_features/code_interpreter", "overview/core_features/image_generation", "overview/core_features/voice_mode", + "overview/core_features/general_settings", { "group": "Craft", "icon": "hammer", diff --git a/overview/core_features/general_settings.mdx b/overview/core_features/general_settings.mdx new file mode 100644 index 00000000..63181a70 --- /dev/null +++ b/overview/core_features/general_settings.mdx @@ -0,0 +1,32 @@ +--- +title: "General Settings" +description: "Profile and interface preferences" +icon: "gear" +--- + +## Overview + +The **General** tab of your User Settings page holds account-level preferences that apply across your Onyx experience, +including your interface language. + +Onyx General Settings + +## Interface Language + +Onyx's interface is available in: + +- English (default) +- Español +- Português +- Français +- Deutsch + + + Language names are always shown in their native spelling, regardless of which language is currently active, + so you can find your language even if you can't read the current interface text. + + +To change your interface language, open **User Settings > General** (`/app/settings/general`) +and select a language from the **Language** dropdown. + +Onyx Language dropdown