TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
759 stars 43 forks source link

change currency #197

Closed supamartin closed 10 months ago

supamartin commented 10 months ago

In V1.8 neither the documentation, nor the app has any hint of how to change the currency.

TheAxelander commented 10 months ago

The currency is defined based on APPSETTINGS_CULTURE. As an example if you use en-US it uses $, for de-DE it uses

supamartin commented 10 months ago

Got it, thank you! Would be nice to find this information in the documentation. I think it’s important for most of us.

TheAxelander commented 10 months ago

There is a notice in the documentation regarding currency, number and date format. It's also accessible via search function.