english version and minio console access
This commit is contained in:
13
ospabhost/frontend/src/middleware/index.ts
Normal file
13
ospabhost/frontend/src/middleware/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user