We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224747 commit 6a2d844Copy full SHA for 6a2d844
_includes/doc-widget.html
@@ -24,6 +24,10 @@
24
{% if item.icon == "fa-code" %}
25
{% assign a_href = master_blob %}
26
{% elsif item.icon == "fa-code-fork" %}
27
+ {% if lang != "" %}
28
+ <!-- skip "Edit This Page" button on translated pages, link to Transifex only -->
29
+ {% continue %}
30
+ {% endif %}
31
{% assign a_href = master_edit %}
32
{% elsif item.icon == "fa-language" %}
33
{% assign a_href = "https://www.transifex.com/otf/qubes/translate/#" | append: pagelang | append: "/" | append: transifexresource %}
0 commit comments