Add korean name of the app
This commit is contained in:
@@ -62,7 +62,9 @@ const BattlesuitShowPage = ({ battlesuit }: BattlesuitShowPageProps) => {
|
||||
return (
|
||||
<Box>
|
||||
<Head
|
||||
title={`${t('breadcrumb.honkai-3rd')}: ${battlesuitName} - Abyss Lab`}
|
||||
title={`${t('breadcrumb.honkai-3rd')}: ${battlesuitName} - ${t(
|
||||
'nav.abyss-lab'
|
||||
)}`}
|
||||
description={`${t('breadcrumb.honkai-3rd')} ${t(
|
||||
'battlesuit-show.battlesuit'
|
||||
)} / ${valkyrieName} / ${battlesuitTypeLabel} / ${battlesuit.features
|
||||
|
||||
@@ -81,7 +81,7 @@ const BattlesuitListPage = ({ battlesuits }: BattlesuitListPageProps) => {
|
||||
<Head
|
||||
title={`${t('breadcrumb.honkai-3rd')}: ${t(
|
||||
'breadcrumb.battlesuits'
|
||||
)} - Abyss Lab`}
|
||||
)} - ${t('nav.abyss-lab')}`}
|
||||
description={t('battlesuits-list.description')}
|
||||
/>
|
||||
<Honkai3rdNavigator />
|
||||
|
||||
Reference in New Issue
Block a user