Some checks are pending
Go Benchmark / Performance Regression Check (push) Waiting to run
Cerberus Integration / Cerberus Security Stack Integration (push) Waiting to run
Upload Coverage to Codecov / Backend Codecov Upload (push) Waiting to run
Upload Coverage to Codecov / Frontend Codecov Upload (push) Waiting to run
CodeQL - Analyze / CodeQL analysis (go) (push) Waiting to run
CodeQL - Analyze / CodeQL analysis (javascript-typescript) (push) Waiting to run
CrowdSec Integration / CrowdSec Bouncer Integration (push) Waiting to run
Docker Build, Publish & Test / build-and-push (push) Waiting to run
Docker Build, Publish & Test / Security Scan PR Image (push) Blocked by required conditions
Quality Checks / Auth Route Protection Contract (push) Waiting to run
Quality Checks / Codecov Trigger/Comment Parity Guard (push) Waiting to run
Quality Checks / Backend (Go) (push) Waiting to run
Quality Checks / Frontend (React) (push) Waiting to run
Rate Limit integration / Rate Limiting Integration (push) Waiting to run
Security Scan (PR) / Trivy Binary Scan (push) Waiting to run
Supply Chain Verification (PR) / Verify Supply Chain (push) Waiting to run
WAF integration / Coraza WAF Integration (push) Waiting to run
86 lines
2.6 KiB
Markdown
Executable File
86 lines
2.6 KiB
Markdown
Executable File
---
|
|
title: Multi-Language Support
|
|
description: Interface available in English, Spanish, French, German, and Chinese
|
|
---
|
|
|
|
# Multi-Language Support
|
|
|
|
Charon speaks your language. The interface is available in English, Spanish, French, German, and Chinese. Switch languages instantly in settings—no reload required.
|
|
|
|
## Overview
|
|
|
|
Charon's interface is fully localized, making it accessible to users worldwide. All UI elements, error messages, and documentation links adapt to your selected language. Language switching happens instantly in the browser without requiring a page reload or server restart.
|
|
|
|
## Supported Languages
|
|
|
|
| Language | Code | Status |
|
|
|----------|------|--------|
|
|
| English | `en` | Complete (default) |
|
|
| Spanish | `es` | Complete |
|
|
| French | `fr` | Complete |
|
|
| German | `de` | Complete |
|
|
| Chinese (Simplified) | `zh` | Complete |
|
|
|
|
## Why Use This
|
|
|
|
- **Native Experience**: Use Charon in your preferred language
|
|
- **Team Accessibility**: Support multilingual teams
|
|
- **Instant Switching**: Change languages without interruption
|
|
- **Complete Coverage**: All UI elements are translated
|
|
|
|
## Changing Language
|
|
|
|
To change the interface language:
|
|
|
|
1. Click your **username** in the top-right corner
|
|
2. Select **Settings**
|
|
3. Find the **Language** dropdown
|
|
4. Select your preferred language
|
|
|
|
The interface updates immediately—no reload required.
|
|
|
|
### Per-User Setting
|
|
|
|
Language preference is stored per user account. Each team member can use Charon in their preferred language independently.
|
|
|
|
## Browser Language Detection
|
|
|
|
On first visit, Charon attempts to detect your browser's language preference. If a supported language matches, it's selected automatically. You can override this in settings at any time.
|
|
|
|
## What Gets Translated
|
|
|
|
- Navigation menus and buttons
|
|
- Form labels and placeholders
|
|
- Error and success messages
|
|
- Tooltips and help text
|
|
- Confirmation dialogs
|
|
|
|
## What Stays in English
|
|
|
|
Some technical content remains in English for consistency:
|
|
|
|
- Log messages (from Caddy/CrowdSec)
|
|
- API responses
|
|
- Configuration file syntax
|
|
- Domain names and URLs
|
|
|
|
## Contributing Translations
|
|
|
|
Help improve Charon's translations or add new languages:
|
|
|
|
1. Review the [Contributing Translations Guide](../../CONTRIBUTING_TRANSLATIONS.md)
|
|
2. Translation files are in the frontend `locales/` directory
|
|
3. Submit improvements via pull request
|
|
|
|
We welcome contributions for:
|
|
|
|
- New language additions
|
|
- Translation corrections
|
|
- Context improvements
|
|
|
|
## Related
|
|
|
|
- [Contributing Translations](../../CONTRIBUTING_TRANSLATIONS.md)
|
|
- [Settings](../getting-started/configuration.md)
|
|
- [Back to Features](../features.md)
|