mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
Feat/left menu i18n (#407)
* feat(i18n): add left menu i18n * chore(i18n): add missing ComingSoon * chore(i18n): update docs * fix: lint
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { styled } from '@toeverything/components/ui';
|
||||
import { useTranslation } from '@toeverything/datasource/i18n';
|
||||
|
||||
export const LayoutSettings = () => {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<StyledText>
|
||||
<p>Layout Settings Coming Soon...</p>
|
||||
<p>{t('ComingSoon')}</p>
|
||||
</StyledText>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user