Skip to content

tsp and tbsp not considered part of the imperial system #73

@tmlmt

Description

@tmlmt

tsp and tbsp are defined as part of the metric system in the unit definitions.

{
name: "tsp",
type: "volume",
system: "metric",
aliases: ["teaspoon", "teaspoons"],
toBase: 5,
},
{
name: "tbsp",
type: "volume",
system: "metric",
aliases: ["tablespoon", "tablespoons"],
toBase: 15,
},

As a result, when one or the other is used in conjunction with an imperial unit, e.g. 1/4 cup + 1 tbsp, the total quantity is converted to the metric system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions