Refactor locale

This commit is contained in:
Sakura Knoll
2022-04-05 07:36:08 +09:00 Unverified
parent 08fad17e96
commit df0b073d65
16 changed files with 107 additions and 94 deletions
+5 -5
View File
@@ -42,10 +42,10 @@ const WeaponShowPage = ({
return (
<Honkai3rdLayout>
<Head
title={`${t('breadcrumb.honkai-3rd')}: ${weaponName} - ${t(
'nav.abyss-lab'
title={`${t('common.honkai-3rd')}: ${weaponName} - ${t(
'common.abyss-lab'
)}`}
description={`${t('breadcrumb.honkai-3rd')} ${t(
description={`${t('common.honkai-3rd')} ${t(
'weapons-show.weapon'
)} / ${'⭐'.repeat(weapon.rarity)} / ${weaponCategory} / ATK : ${
weapon.atk
@@ -55,8 +55,8 @@ const WeaponShowPage = ({
<Box p={3}>
<Breadcrumb
items={[
{ href: '/honkai3rd', label: t('breadcrumb.honkai-3rd') },
{ href: '/honkai3rd/weapons', label: t('breadcrumb.weapons') },
{ href: '/honkai3rd', label: t('common.honkai-3rd') },
{ href: '/honkai3rd/weapons', label: t('common.weapons') },
{
href: `/honkai3rd/weapons/${weapon.id}`,
label: weaponName,