[apps/unit] Add short and long tons

Change-Id: Ib48c6a7c773e9e1d18c9f55e6dda5330fe0a28f9
This commit is contained in:
Gabriel Ozouf
2020-07-24 15:30:48 +02:00
committed by Émilie Feral
parent 284c501532
commit f288573db0
11 changed files with 23 additions and 6 deletions

View File

@@ -143,6 +143,8 @@ const ToolboxMessageTree unitMassGramChildren[] = {
const ToolboxMessageTree unitMassImperialChildren[] = {
ToolboxMessageTree::Leaf(I18n::Message::UnitMassPoundSymbol, I18n::Message::UnitMassPound),
ToolboxMessageTree::Leaf(I18n::Message::UnitMassOunceSymbol, I18n::Message::UnitMassOunce),
ToolboxMessageTree::Leaf(I18n::Message::UnitMassShortTonSymbol, I18n::Message::UnitMassShortTon),
ToolboxMessageTree::Leaf(I18n::Message::UnitMassLongTonSymbol, I18n::Message::UnitMassLongTon)
};
const ToolboxMessageTree unitMassChildren[] = {