From 55b14ad2d01fed8fe95c9c95401ee7e34f9e2b6d Mon Sep 17 00:00:00 2001 From: Helcostr <15018549+Helcostr@users.noreply.github.com> Date: Mon, 17 May 2021 07:36:26 -0700 Subject: [PATCH] Add number l10n to another area _Originally posted by @citrusella in https://github.com/HabitRPG/habitica/issues/9470#issuecomment-842279146_ --- .../client/src/components/groups/questSidebarSection.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/client/src/components/groups/questSidebarSection.vue b/website/client/src/components/groups/questSidebarSection.vue index ee4628519e..308375cd12 100644 --- a/website/client/src/components/groups/questSidebarSection.vue +++ b/website/client/src/components/groups/questSidebarSection.vue @@ -198,7 +198,13 @@
{{ $t('rage') }} {{ parseFloat(group.quest.progress.rage).toFixed(2) }} / {{ questData.boss.rage.value }} + >{{ $t('rage') }} {{ + parseFloat(group.quest.progress.rage) + | localizeNumber(user.preferences.language, { toFixed:2 }) + }} / {{ + questData.boss.rage.value + | localizeNumber(user.preferences.language) + }}