mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 12:16:40 +00:00
- Add i18next and typesafe-i18n for internationalization support - Update components to use translation hooks - Remove hardcoded text strings and replace with translation keys - Add language picker component - Configure VSCode i18n-ally extension settings - Update index.html with language direction attribute - Bump package version to 1.3.0
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import remnawave from '../public/locales/en/remnawave.json'
|
|
|
|
const resources = {
|
|
remnawave
|
|
} as const
|
|
|
|
export default resources
|