File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,8 @@ private void CreateRussian()
171
171
MapUnitToAbbreviation ( Unit . Decigram , "дг" ) ;
172
172
MapUnitToAbbreviation ( Unit . Centigram , "сг" ) ;
173
173
MapUnitToAbbreviation ( Unit . Milligram , "мг" ) ;
174
+ MapUnitToAbbreviation ( Unit . Microgram , "мкг" ) ;
175
+ MapUnitToAbbreviation ( Unit . Nanogram , "нг" ) ;
174
176
175
177
// Mass (imperial)
176
178
MapUnitToAbbreviation ( Unit . ShortTon , "тонна малая" ) ;
@@ -320,6 +322,8 @@ private void CreateCultureInvariants()
320
322
MapUnitToAbbreviation ( Unit . Decigram , "dg" ) ;
321
323
MapUnitToAbbreviation ( Unit . Centigram , "cg" ) ;
322
324
MapUnitToAbbreviation ( Unit . Milligram , "mg" ) ;
325
+ MapUnitToAbbreviation ( Unit . Microgram , "µg" ) ;
326
+ MapUnitToAbbreviation ( Unit . Nanogram , "ng" ) ;
323
327
324
328
// Mass (imperial)
325
329
MapUnitToAbbreviation ( Unit . ShortTon , "short tn" ) ;
You can’t perform that action at this time.
0 commit comments