i18n support
This commit is contained in:
@@ -14,7 +14,7 @@ dayjs.extend(relativeTime)
|
||||
export const ModelsBody = () => {
|
||||
const queryClient = useQueryClient()
|
||||
const [open, setOpen] = useState(false)
|
||||
const { t } = useTranslation(["option", "common"])
|
||||
const { t } = useTranslation(["settings", "common"])
|
||||
|
||||
const form = useForm({
|
||||
initialValues: {
|
||||
|
||||
Reference in New Issue
Block a user