mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
simplify i18n
This commit is contained in:
@@ -15,7 +15,7 @@ export default function UploadDialog() {
|
||||
axios.post(torrentUploadHost(), data)
|
||||
}
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const { t, i18n } = useTranslation('translations')
|
||||
const { t } = useTranslation()
|
||||
return (
|
||||
<div>
|
||||
<label htmlFor='raised-button-file'>
|
||||
|
||||
Reference in New Issue
Block a user