mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
remove space decimal separator
This commit is contained in:
@@ -34,7 +34,6 @@ export class DecimalSeparator implements TypeAndName, NumeralSymbolType {
|
||||
public static readonly LanguageDefaultType: number = 0;
|
||||
public static readonly Dot = new DecimalSeparator(1, 'Dot', '.');
|
||||
public static readonly Comma = new DecimalSeparator(2, 'Comma', ',');
|
||||
public static readonly Space = new DecimalSeparator(3, 'Space', ' ');
|
||||
|
||||
public static readonly Default = DecimalSeparator.Dot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user