mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 00:44:40 -04:00
if local language is english the IEEE shapes are the default
This commit is contained in:
parent
37d468f3bb
commit
9147ee571b
@ -199,7 +199,7 @@ public final class Keys {
|
||||
* shape setting
|
||||
*/
|
||||
public static final Key<Boolean> SETTINGS_IEEE_SHAPES
|
||||
= new Key<>("IEEEShapes", !Locale.getDefault().getCountry().equals("DE"));
|
||||
= new Key<>("IEEEShapes", Locale.getDefault().getLanguage().equals(Locale.US.getLanguage()));
|
||||
|
||||
/**
|
||||
* output format for numbers
|
||||
|
Loading…
x
Reference in New Issue
Block a user