Add korean name of the app

This commit is contained in:
Sakura Knoll
2022-03-05 21:26:20 +09:00 Unverified
parent 9b6ca3b400
commit 5c704cea7f
15 changed files with 209 additions and 18 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ const SingleStigmataPage = ({
return (
<Box>
<Head
title={`${t('breadcrumb.honkai-3rd')}: ${stigmataName} - Abyss Lab`}
title={`${t('breadcrumb.honkai-3rd')}: ${stigmataName} - ${t(
'nav.abyss-lab'
)}`}
description={`${t('breadcrumb.honkai-3rd')} ${t(
'stigmata-show.stigmata'
)} /
+1 -1
View File
@@ -40,7 +40,7 @@ const StigmataSetPage = ({
<Head
title={`${t('breadcrumb.honkai-3rd')}: ${stigmataSetName} ${t(
'stigmata-show.stigmata-set'
)} - Abyss Lab`}
)} - ${t('nav.abyss-lab')}`}
description={`${t('breadcrumb.honkai-3rd')} ${t(
'stigmata-show.stigmata-set'
)} / ${'⭐'.repeat(stigmataSet.rarity)} / ${stigmataSetAltName}`}