mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Fix Keys in Summary Menu
This commit is contained in:
parent
9acc654df2
commit
a733155262
@ -839,7 +839,7 @@ export default class SummaryUiHandler extends UiHandler {
|
|||||||
pageContainer.add(statsContainer);
|
pageContainer.add(statsContainer);
|
||||||
|
|
||||||
PERMANENT_STATS.forEach((stat, s) => {
|
PERMANENT_STATS.forEach((stat, s) => {
|
||||||
const statName = getStatKey(stat);
|
const statName = i18next.t(getStatKey(stat));
|
||||||
const rowIndex = s % 3;
|
const rowIndex = s % 3;
|
||||||
const colIndex = Math.floor(s / 3);
|
const colIndex = Math.floor(s / 3);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user