mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
♻️ Refactor i18n files (#670)
This commit is contained in:
parent
cd5bf11179
commit
82499ff48d
166 changed files with 4372 additions and 2052 deletions
|
@ -25,7 +25,7 @@ interface CommentForm {
|
|||
|
||||
const Discussion: React.FunctionComponent = () => {
|
||||
const { dayjs } = useDayjs();
|
||||
const { t } = useTranslation("app");
|
||||
const { t } = useTranslation();
|
||||
const { poll, admin } = usePoll();
|
||||
|
||||
const pollId = poll.id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue