Enhance internationalization support by integrating language selection for school names, updating UI components for localization, and revising documentation. Implement locale-aware formatting for dates and strings, ensuring a seamless user experience in both Russian and English. Update tests to cover new language features.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<body>
|
||||
<main id="app"></main>
|
||||
<footer id="status">
|
||||
<span data-status="connection">подключение…</span>
|
||||
<span data-status="ping">-- мс</span>
|
||||
<span data-status="connection"></span>
|
||||
<span data-status="ping"></span>
|
||||
</footer>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user