Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comma is not shown in Journal page #2175

Unanswered
azzamsa asked this question in Q&A
Jan 4, 2026 · 1 comments · 2 replies
Discussion options

Any reason why comma is not shown in Fava/Journal, but in other pages it is there.

This is my file.

option "operating_currency" "IDR"
option "render_commas" "True"
2025年12月23日 custom "fava-option" "locale" "id_ID"

fava, version 1.30.9
Zen Browser 1.17.15b (Firefox 146.0.1) (64-bit)

You must be logged in to vote

Replies: 1 comment 2 replies

Comment options

For the units, prices and cost you mean? This is due to them being printed "raw", without going through the logic e.g. uses commas but also adjusts the displayed decimal precision (since we do not want to adjust the precision but render what was in the input file):

{# We want the output these amounts with the same precision as in the input file.

So in some sense it's desired e.g. if you put 10.234 EUR, it won't be rendered as 10.23 EUR as it would be in other places in Fava but rather should look close to what you have in the input file. Not sure whether we need to apply that to commas as well or whether it would be better to apply the commas (and locale) for the rendering of the numbers.

You must be logged in to vote
2 replies
Comment options

Not sure whether we need to apply that to commas as well or whether it would be better to apply the commas (and locale) for the rendering of the numbers.

I hope it is. Reading currencies with a lot of zeros without separator is complete nightmare.

Comment options

image My currency is very similar to the numbers here. Took a lot of effort to read without commas.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /