From 73a159bd3db7da7c32d5bef37f2835f9d27c43b0 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 16 Mar 2017 16:54:49 +0100 Subject: [PATCH] mark action labels for translation --- apps/wiki/templates/wiki/bootstrap.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'], -- 2.20.1