File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 85
85
{% comment %} Add dropdown for language {% endcomment %}
86
86
< li class ="dropdown ">
87
87
< a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false ">
88
+ < img src ="https://upload.wikimedia.org/wikipedia/commons/d/d7/Google_Translate_logo.svg " alt ="Google Translate logo " height ="15 "/>
88
89
EN
89
90
< span class ="caret "> </ span > </ a >
90
91
< ul class ="dropdown-menu ">
91
92
{% for lang in site.other_languages %}
92
93
< li >
93
- < a class ="dropdown-item " href ="https://translate.google.com/translate?hl=jp&sl=en&tl={{ lang }}&u=https%3A%2F%2Fcommonwl. org%2Fuser_guide&edit-text=&act=url " title ="{{ inst[0] }} ">
94
+ < a class ="dropdown-item " href ="https://translate.google.com/translate?hl=jp&sl=en&tl={{ lang }}&u=https%3A%2F%2Fwww.commonwl. org%2Fuser_guide{{page.url}} &edit-text=&act=url " title ="{{ inst[0] }} ">
94
95
{{ lang | upcase }}
95
96
</ a >
96
97
</ li >
You can’t perform that action at this time.
0 commit comments