english version and minio console access

This commit is contained in:
Georgiy Syralev
2025-12-13 12:53:28 +03:00
parent 753696cc93
commit b799f278a4
47 changed files with 4386 additions and 1264 deletions

View File

@@ -0,0 +1,13 @@
// Экспорт всей системы локализации из одного места
export { LocaleProvider } from './LocaleProvider';
export { LocaleContext } from './locale.context';
export { useLocale, useLocalePath } from './locale.hooks';
export {
detectUserLocale,
setUserLocale,
getLocaleFromPath,
localePath,
RUSSIAN_COUNTRIES,
EXCLUDED_PATHS,
} from './locale.utils';
export type { Locale } from './locale.utils';