[apps/toolbox] Matrix > Identity command

This commit is contained in:
Léa Saviot
2019-03-26 15:30:49 +01:00
committed by Émilie Feral
parent a2448ec807
commit 522ecead7b
7 changed files with 7 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ const ToolboxMessageTree arithmeticChildren[] = {
#if MATRICES_ARE_DEFINED
const ToolboxMessageTree matricesChildren[] = {
ToolboxMessageTree::Leaf(I18n::Message::MatrixCommandWithArg, I18n::Message::NewMatrix, false, I18n::Message::MatrixCommand),
ToolboxMessageTree::Leaf(I18n::Message::IndentityCommandWithArg, I18n::Message::Identity),
ToolboxMessageTree::Leaf(I18n::Message::InverseCommandWithArg, I18n::Message::Inverse),
ToolboxMessageTree::Leaf(I18n::Message::DeterminantCommandWithArg, I18n::Message::Determinant),
ToolboxMessageTree::Leaf(I18n::Message::TransposeCommandWithArg, I18n::Message::Transpose),