From 09780d3edd546967c36d3fc76f571bffc59d1a20 Mon Sep 17 00:00:00 2001 From: mbkma Date: Thu, 14 Aug 2025 21:25:45 +0200 Subject: Configurable decimal separator support. Now mate-calc supports both period (.) and comma (,) as decimal separators. --- data/org.mate.calc.gschema.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') diff --git a/data/org.mate.calc.gschema.xml b/data/org.mate.calc.gschema.xml index 34b17c3..c5efe61 100644 --- a/data/org.mate.calc.gschema.xml +++ b/data/org.mate.calc.gschema.xml @@ -17,6 +17,10 @@ + + + + @@ -67,6 +71,11 @@ Button mode The button mode + + 'dot' + Radix character + The character to use as the decimal separator (radix point) + '' Source currency -- cgit v1.2.1