Skip to content

Commit

Permalink
disable crowdin button, except for ru (#5646)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet authored and Olivier Cervello committed Sep 13, 2021
1 parent 979fc6b commit 31972b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/web/common/site_layout.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ <h2><a href="/" style="font-size:1rem;">[% site_name %]</a></h2>
}
</script>

[% IF lc == "ru" %]
<script
type="text/javascript"
src="https://crowdin.com/js/crowdjet/crowdjet.js">
Expand All @@ -308,8 +309,9 @@ <h2><a href="/" style="font-size:1rem;">[% site_name %]</a></h2>
id="crowdjet-expand-container"
style="bottom: 10px; right: 20px;">
</div>
[% END %]

</body>
</html>

<!-- end templates/[% template.name %] -->
<!-- end templates/[% template.name %] -->

0 comments on commit 31972b9

Please sign in to comment.