add math minus, add minus operator if decay is zero

This commit is contained in:
Moriz Wahl 2022-04-12 23:09:40 +02:00
parent 55ff0ee964
commit 034fa5e7a9
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<b-col cols="7">
<div>
{{ previousBookedBalance | GDD }}
{{ decay === '0' ? $t('math.minus') : '' }}
{{ decay | GDD }} {{ $t('math.equal') }}
<b>{{ balance | GDD }}</b>
</div>

View File

@ -145,6 +145,7 @@
"aprox": "~",
"equal": "=",
"exclaim": "!",
"minus": "",
"pipe": "|"
},
"navigation": {

View File

@ -145,6 +145,7 @@
"aprox": "~",
"equal": "=",
"exclaim": "!",
"minus": "",
"pipe": "|"
},
"navigation": {