mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/unit] Add short and long tons
Change-Id: Ib48c6a7c773e9e1d18c9f55e6dda5330fe0a28f9
This commit is contained in:
committed by
Émilie Feral
parent
284c501532
commit
f288573db0
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user