Thank you for your interest in contributing to Unne documentation!
We welcome translations into any language. Currently supported:
| Language | Code | Status |
|---|---|---|
| English | en |
Complete |
| Русский | ru |
Partial |
| O'zbek | uz |
Needs translation |
| Қазақша | kz |
Needs translation |
| Français | fr |
Needs translation |
| العربية | ar |
Needs translation |
| 中文 | zh |
Needs translation |
- Fork the unne-cli/core repository
- Find the page you want to translate in
docs/<lang>/ - Replace the stub content with the translated version
- Use the English version (
docs/) as reference - Submit a Pull Request
- Keep code blocks, commands, and technical terms (like
unne,unns,yaml) unchanged - Translate UI text, descriptions, and explanations
- Keep the same Markdown structure and headings
- For RTL languages (Arabic), the
dir: rtlis already configured
- Create a new directory
docs/<lang-code>/ - Add the locale config in
docs/.vitepress/config.ts - Copy the English pages and translate them
- Submit a PR
- Docs use VitePress
- Run locally:
cd docs && bun install && bun run dev - Build:
bun run build
Open an issue on GitHub for:
- Documentation errors
- Missing translations
- Unclear instructions