File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -800,12 +800,12 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
800
800
new CulturesForEnumValue ( ( int ) DensityUnit . PoundPerImperialGallon ,
801
801
new [ ]
802
802
{
803
- new AbbreviationsForCulture ( "en-US" , "ppg" ) ,
803
+ new AbbreviationsForCulture ( "en-US" , "ppg (imp.) " ) ,
804
804
} ) ,
805
805
new CulturesForEnumValue ( ( int ) DensityUnit . PoundPerUSGallon ,
806
806
new [ ]
807
807
{
808
- new AbbreviationsForCulture ( "en-US" , "ppg" ) ,
808
+ new AbbreviationsForCulture ( "en-US" , "ppg (U.S.) " ) ,
809
809
} ) ,
810
810
new CulturesForEnumValue ( ( int ) DensityUnit . SlugPerCubicFoot ,
811
811
new [ ]
Original file line number Diff line number Diff line change 170
170
"Localization" : [
171
171
{
172
172
"Culture" : " en-US" ,
173
- "Abbreviations" : [ " ppg" ]
173
+ "Abbreviations" : [ " ppg (U.S.) " ]
174
174
}
175
175
]
176
176
},
182
182
"Localization" : [
183
183
{
184
184
"Culture" : " en-US" ,
185
- "Abbreviations" : [ " ppg" ]
185
+ "Abbreviations" : [ " ppg (imp.) " ]
186
186
}
187
187
]
188
188
}
You can’t perform that action at this time.
0 commit comments