From: Jan Szejko Date: Thu, 16 Mar 2017 15:54:49 +0000 (+0100) Subject: mark action labels for translation X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/73a159bd3db7da7c32d5bef37f2835f9d27c43b0?ds=sidebyside mark action labels for translation --- diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index 22ad831b..b6fdf065 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -103,9 +103,9 @@ ], [ - {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'],