mark action labels for translation
[redakcja.git] / apps / wiki / templates / wiki / bootstrap.html
index 22ad831..b6fdf06 100644 (file)
                     ],
 
                     [
-                        {actionName: 'core.emphasis', actionConfig: {label: 'emphasis'}},
-                        {actionName: 'core.cite', actionConfig: {label: 'cite'}},
-                        {actionName: 'core.link'}
+                        {actionName: 'core.emphasis', actionConfig: {label: '{% trans "emphasis" %}'}},
+                        {actionName: 'core.cite', actionConfig: {label: '{% trans "cite" %}'}},
+                        {actionName: 'core.link', actionConfig: {label: '{% trans "link" %}'}}
                     ],
                     
                     //['core.template'],