mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(translations): start a new thread
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import styles from './post-form.module.css';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
const PostForm = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<div className={styles.togglePostForm}>
|
||||
[<span>Start a New Thread</span>]
|
||||
[<span>{t('start_new_thread')}</span>]
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user