Fix stigmata type locales
This commit is contained in:
@@ -10,10 +10,7 @@
|
|||||||
"breadcrumb": {
|
"breadcrumb": {
|
||||||
"honkai-3rd": "Honkai 3rd",
|
"honkai-3rd": "Honkai 3rd",
|
||||||
"battlesuits": "Battlesuits",
|
"battlesuits": "Battlesuits",
|
||||||
"stigmata": "Stigmata",
|
"stigmata": "Stigmata"
|
||||||
"top": "Top",
|
|
||||||
"mid": "Mid",
|
|
||||||
"bot": "Bot"
|
|
||||||
},
|
},
|
||||||
"battlesuits-list": {
|
"battlesuits-list": {
|
||||||
"heading": "Battlesuits",
|
"heading": "Battlesuits",
|
||||||
@@ -28,5 +25,14 @@
|
|||||||
"ultimate": "Ultimate",
|
"ultimate": "Ultimate",
|
||||||
"basic-attack": "Basic Attack",
|
"basic-attack": "Basic Attack",
|
||||||
"sp-skill": "SP Skill"
|
"sp-skill": "SP Skill"
|
||||||
|
},
|
||||||
|
"stigmata-list": {
|
||||||
|
"stigmata": "Stigmata",
|
||||||
|
"set-list": "Set List"
|
||||||
|
},
|
||||||
|
"stigmata-show": {
|
||||||
|
"top": "Top",
|
||||||
|
"mid": "Mid",
|
||||||
|
"bot": "Bot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,5 +28,14 @@
|
|||||||
"ultimate": "필살기",
|
"ultimate": "필살기",
|
||||||
"basic-attack": "기본 공격",
|
"basic-attack": "기본 공격",
|
||||||
"sp-skill": "SP 스킬"
|
"sp-skill": "SP 스킬"
|
||||||
|
},
|
||||||
|
"stigmata-list": {
|
||||||
|
"stigmata": "성흔",
|
||||||
|
"set-list": "세트 일람"
|
||||||
|
},
|
||||||
|
"stigmata-show": {
|
||||||
|
"top": "(상)",
|
||||||
|
"mid": "(중)",
|
||||||
|
"bot": "(하)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ const SingleStigmataPage = ({
|
|||||||
|
|
||||||
<Card mb={3}>
|
<Card mb={3}>
|
||||||
<Box p={2} sx={{ borderBottom: 'default' }}>
|
<Box p={2} sx={{ borderBottom: 'default' }}>
|
||||||
{t(`breadcrumb.${stigmataData.type}`)}
|
{t(`stigmata-show.${stigmataData.type}`)}
|
||||||
</Box>
|
</Box>
|
||||||
<Box p={2} sx={{ borderBottom: 'default' }}>
|
<Box p={2} sx={{ borderBottom: 'default' }}>
|
||||||
{'⭐'.repeat(stigmataData.rarity)}
|
{'⭐'.repeat(stigmataData.rarity)}
|
||||||
|
|||||||
Reference in New Issue
Block a user