---
title: "Localization"
description: "Localization documentation for Ring Platform"
locale: "ru"
---
# Локализация

Ring Platform v1.6.0: **env-driven locale config** и **next-intl** (`localePrefix: 'as-needed'`).

```bash
NEXT_PUBLIC_SUPPORTED_LOCALES=en,uk,ru
NEXT_PUBLIC_DEFAULT_LOCALE=en
```

Источник правды: `lib/locale-config.ts`. См. [Система локалей](/docs/features/locale-system.md).

- Languages: EN (default), UK, RU
- Add locale files under `locales/{lang}`
- Use locale-based routing in App Router
- Validate right-to-left support when adding RTL languages
- Keep translations short and consistent
