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