Refactor locale
This commit is contained in:
@@ -50,12 +50,10 @@ const SingleStigmataPage = ({
|
||||
return (
|
||||
<Honkai3rdLayout>
|
||||
<Head
|
||||
title={`${t('breadcrumb.honkai-3rd')}: ${stigmataName} - ${t(
|
||||
'nav.abyss-lab'
|
||||
title={`${t('common.honkai-3rd')}: ${stigmataName} - ${t(
|
||||
'common.abyss-lab'
|
||||
)}`}
|
||||
description={`${t('breadcrumb.honkai-3rd')} ${t(
|
||||
'stigmata-show.stigmata'
|
||||
)} /
|
||||
description={`${t('common.honkai-3rd')} ${t('stigmata-show.stigmata')} /
|
||||
${'⭐'.repeat(stigmataData.rarity)} / ${t(
|
||||
`stigmata-show.${stigmataData.type}`
|
||||
)} / HP : ${stigmataData.hp} / ATK : ${stigmataData.atk} / DEF : ${
|
||||
@@ -65,8 +63,8 @@ const SingleStigmataPage = ({
|
||||
<Box p={3}>
|
||||
<Breadcrumb
|
||||
items={[
|
||||
{ href: '/honkai3rd', label: t('breadcrumb.honkai-3rd') },
|
||||
{ href: '/honkai3rd/stigmata', label: t('breadcrumb.stigmata') },
|
||||
{ href: '/honkai3rd', label: t('common.honkai-3rd') },
|
||||
{ href: '/honkai3rd/stigmata', label: t('common.stigmata') },
|
||||
{
|
||||
href: `/honkai3rd/stigmata/${stigmataData.id}`,
|
||||
label: stigmataName,
|
||||
|
||||
@@ -38,10 +38,10 @@ const StigmataSetPage = ({
|
||||
return (
|
||||
<Honkai3rdLayout>
|
||||
<Head
|
||||
title={`${t('breadcrumb.honkai-3rd')}: ${stigmataSetName} ${t(
|
||||
title={`${t('common.honkai-3rd')}: ${stigmataSetName} ${t(
|
||||
'stigmata-show.stigmata-set'
|
||||
)} - ${t('nav.abyss-lab')}`}
|
||||
description={`${t('breadcrumb.honkai-3rd')} ${t(
|
||||
)} - ${t('common.abyss-lab')}`}
|
||||
description={`${t('common.honkai-3rd')} ${t(
|
||||
'stigmata-show.stigmata-set'
|
||||
)} / ${'⭐'.repeat(stigmataSet.rarity)} / ${stigmataSetAltName}`}
|
||||
/>
|
||||
@@ -49,13 +49,13 @@ const StigmataSetPage = ({
|
||||
<Box p={3}>
|
||||
<Breadcrumb
|
||||
items={[
|
||||
{ href: '/honkai3rd', label: t('breadcrumb.honkai-3rd') },
|
||||
{ href: '/honkai3rd', label: t('common.honkai-3rd') },
|
||||
{
|
||||
href: {
|
||||
pathname: `/honkai3rd/stigmata`,
|
||||
query: { list: 'set' },
|
||||
},
|
||||
label: t('breadcrumb.stigmata'),
|
||||
label: t('common.stigmata'),
|
||||
},
|
||||
{
|
||||
href: `/honkai3rd/stigmata/${stigmataSet.id}-set`,
|
||||
|
||||
Reference in New Issue
Block a user