fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a13e3f
)
mark action labels for translation
author
Jan Szejko
<janek37@gmail.com>
Thu, 16 Mar 2017 15:54:49 +0000
(16:54 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Thu, 16 Mar 2017 15:54:49 +0000
(16:54 +0100)
apps/wiki/templates/wiki/bootstrap.html
patch
|
blob
|
history
diff --git
a/apps/wiki/templates/wiki/bootstrap.html
b/apps/wiki/templates/wiki/bootstrap.html
index
22ad831
..
b6fdf06
100644
(file)
--- 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'],