Skip to content

decimal point in default view #93

@jsarenik

Description

@jsarenik

When 'lightningd` is already running well and synchronizing, this is the screen I see:

lamp screenshot

The decimal points are misleading. Choose to either show the American way (where comma delimits thousands and dot delimits decimals) or the French way (where thousands are delimited by an empty space and comma is used to delimit decimals), example:

Represented number is 125023/10

American way:
   12,502.3

French way:
   12 502,3

If I remember correctly. And the names are just how they taught us at school here in central Europe… (no harm or national preference intended).

Actually you may use some "Android Locale" settings (equivalent of LC_* environment variables in glibc-Linux).

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions