Delete unused translations

This commit is contained in:
2021-02-08 16:52:52 +09:00
parent fd998c25aa
commit 3b3fc8533f
2 changed files with 1 additions and 7 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
{ {
"welcome": "This page is under development.",
"instead_1": "For now, please visit ",
"instead_2": "."
} }
-4
View File
@@ -15,10 +15,6 @@ export default function Index(props) {
const router = useRouter() const router = useRouter()
const { locale, locales, defaultLocale, pathname } = router const { locale, locales, defaultLocale, pathname } = router
const { t, lang } = useTranslation("index") const { t, lang } = useTranslation("index")
// Define translation objects
const welcome = t('welcome')
const instead_1 = t('instead_1')
const instead_2 = t('instead_2')
return ( return (