mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add math minus, add minus operator if decay is zero
This commit is contained in:
parent
55ff0ee964
commit
034fa5e7a9
@ -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>
|
||||
|
||||
@ -145,6 +145,7 @@
|
||||
"aprox": "~",
|
||||
"equal": "=",
|
||||
"exclaim": "!",
|
||||
"minus": "−",
|
||||
"pipe": "|"
|
||||
},
|
||||
"navigation": {
|
||||
|
||||
@ -145,6 +145,7 @@
|
||||
"aprox": "~",
|
||||
"equal": "=",
|
||||
"exclaim": "!",
|
||||
"minus": "−",
|
||||
"pipe": "|"
|
||||
},
|
||||
"navigation": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user