mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix format handler for bad locale
This commit is contained in:
parent
9f6cdfcd11
commit
85f0b37b03
@ -874,7 +874,7 @@ public class Form {
|
|||||||
|
|
||||||
DF = new DecimalFormat(form);
|
DF = new DecimalFormat(form);
|
||||||
|
|
||||||
return DF.format(i);
|
return DF.format(i).replaceAll("\\Q,\\E", ".");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user