dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
58 stars 18 forks source link

Apply i18n to percent values #226

Closed bitigchi closed 6 months ago

bitigchi commented 6 months ago

This allows i18n for the percent values used in the application, since it varies from country to country.

dragotin commented 6 months ago

Thanks. I approved basically without understanding... ;-) Do you have any pointer to documentation about the percentage internationalization?

bitigchi commented 6 months ago

Sure, have a look at the forms and spacing section here.

Normally there are ICU libraries that provide automatic formatting, but they are not available in Qt. Therefore it's to be done manually.