[bisq-network/bisq-website] Add Chinese, German and Spanish translations (#202)

huey735 notifications at github.com
Thu Aug 8 08:38:51 UTC 2019


huey735 commented on this pull request.



> @@ -733,7 +733,7 @@
     <body class="home page-template-default page page-id-6 custom-background">
 
 <!--Select includes/main_nav according to page lang or absence of lang-->
-          {% if page.lang == "pt-PT"  %}
+          {% if page.lang == "de" or page.lang == "es" or page.lang == "pt-PT" or page.lang == "zh-CN" %}

I reworked it to look like this:
          {% if page.lang == "en" or page.ref == "blog" %}
            {% include main_nav.html %}
          {% else %}
            {% include main_nav_tr.html %}
          {% endif %}

Otherwise the Blog page doesn't render a nav bar.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-website/pull/202#discussion_r311918219
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190808/1a0329d3/attachment.html>


More information about the bisq-github mailing list