feat: Add i18n with 7 languages (DE, EN, ES, FR, AR, RU, PL)

- Added vue-i18n with language switcher in header
- Flag icons with language codes dropdown
- RTL support for Arabic
- Translated all navigation, auth, and module labels
- Language preference saved to localStorage
This commit is contained in:
2026-03-13 04:51:12 +00:00
parent 3ca75cc4f2
commit aa0239abca
116 changed files with 69028 additions and 75 deletions

4
dist/index.html vendored
View File

@@ -18,8 +18,8 @@
<!-- Android -->
<meta name="mobile-web-app-capable" content="yes" />
<script type="module" crossorigin src="/app/assets/index-CWxNv9Fc.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/index-BtrpDjiv.css">
<script type="module" crossorigin src="/app/assets/index-CgM2qJ96.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/index-FAo1Ctk1.css">
</head>
<body class="bg-gray-50 dark:bg-gray-900">
<div id="app"></div>