Remnawave_frontend/@types/resources.ts
kastov c0ae21bce5
feat: internationalize frontend with i18next
- 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
2025-02-20 03:57:44 +03:00

7 lines
132 B
TypeScript

import remnawave from '../public/locales/en/remnawave.json'
const resources = {
remnawave
} as const
export default resources