i18n
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import React, {FC} from 'react';
|
||||
import {Page} from '../components/Page';
|
||||
import {PresenceBadge} from '@fluentui/react-components';
|
||||
import {useTranslation} from 'react-i18next';
|
||||
|
||||
export const Chat: FC = () => {
|
||||
const {t} = useTranslation();
|
||||
|
||||
return (
|
||||
<Page title="Chat" content={
|
||||
<Page title={t('Chat')} content={
|
||||
<div className="flex flex-col gap-2 overflow-hidden">
|
||||
<PresenceBadge/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user