|
36 | 36 | # Base
|
37 | 37 | ["ml", _("millilitre"), _("millilitres"), "x * 1", "x * 1"],
|
38 | 38 | # All below convert to/from base
|
39 |
| - ["gm", _("gram"), _("grams"), "x * 1", "x * 1"], |
| 39 | + ["g", _("gram"), _("grams"), "x * 1", "x * 1"], |
40 | 40 | ["l", _("litre"), _("litres"), "x / 0.001", "x * 0.001"],
|
41 | 41 | ["pt", _("pint US"), _("pints US"), "x / 0.002113383", "x * 0.002113383"],
|
42 | 42 | [
|
|
157 | 157 | ],
|
158 | 158 | "Weight": [
|
159 | 159 | # Base
|
160 |
| - ["gm", _("gram"), _("grams"), "x * 1", "x * 1"], |
| 160 | + ["g", _("gram"), _("grams"), "x * 1", "x * 1"], |
161 | 161 | # All below convert to/from base
|
162 | 162 | ["kg", _("kilogram"), _("kilograms"), "x / 0.001", "x * 0.001"],
|
163 | 163 | ["lb", _("pound"), _("pounds"), "x / 0.002205", "x * 0.002205"],
|
|
0 commit comments