Logo
Explore Help
Sign In
vodorod/Dorod-Sky
1
0
Fork 0
You've already forked Dorod-Sky
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
6b6915955084228d90d3266c119c511d1b455656
Dorod-Sky/skyvern-frontend/src/main.tsx

12 lines
265 B
TypeScript
Raw Normal View History

Initialize frontend app (#112)
2024-03-20 21:09:47 +03:00
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App.tsx";
import "./index.css";
feat: Add Russian i18n translations and fix CORS + API endpoint issues - Implemented full Russian translation (ru) for 8 major pages - Added LanguageSwitcher component with language detection - Translated: Navigation, Settings, Workflows, Credentials, Banner, Examples - Fixed API endpoint path: changed to use sans-api-v1 client for /v1/ endpoints - Fixed CORS: added http://localhost:8081 to ALLOWED_ORIGINS - Added locales infrastructure with i18next and react-i18next - Created bilingual JSON files (en/ru) for 4 namespaces - 220+ translation keys implemented - Backend CORS configuration updated in .env - Documentation: I18N implementation guides and installation docs
2026-02-21 08:29:21 +03:00
import "./i18n/config";
Initialize frontend app (#112)
2024-03-20 21:09:47 +03:00
ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>
<App />
</React.StrictMode>,
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 640ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API