Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 400ca7a..f5d97ad 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -763,6 +763,9 @@ SPECIAL_NAMES = {
'number': _('number'),
'plus2': _('plus'),
'product2': _('multiply'),
+ 'repeat': _('repeat'),
+ 'sandwichtop_no_label': _('top of a collapsible stack'),
+ 'sandwichbottom': _('bottom of a collapsible stack'),
'sensors': _('sensors'),
'sqrt': _('square root'),
'template1x1': _('presentation 1x1'),