Datasnipper templates for their Weglot translation tool. Pipedrive's footer still needs the translations. Big ideas notes - finished their custom end of quiz screen items.

This commit is contained in:
Norm Rasmussen
2024-02-27 17:26:51 -05:00
parent 995feecb65
commit dbcdfc8472
5 changed files with 68 additions and 12 deletions

View File

@ -11,5 +11,14 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" type="text/javascript"></script>
{% comment %}
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
Weglot.initialize({
api_key: 'wg_65c22885fee5b146978034548c4f888a6'
});
</script>
{% endcomment %}
{% include 'generic_tns_carousel' %}
{% include 'function_update_event_timezone' %}

View File

@ -34,7 +34,7 @@
<a class="footer-links-section-item lang-fr" href="https://www.pipedrive.com/fr/newsroom">Newsroom</a>
<a class="footer-links-section-item lang-br" href="https://www.pipedrive.com/en/newsroom">Newsroom</a>
</div>
<div class="footer-links-section">
<p class="footer-links-section-title">
<span class="lang-en">Product</span>
@ -79,7 +79,7 @@
<a class="footer-links-section-item lang-fr" href="https://developers.pipedrive.com/">API</a>
<a class="footer-links-section-item lang-br" href="https://developers.pipedrive.com/">API</a>
</div>
<div class="footer-links-section">
<p class="footer-links-section-title">
<span class="lang-en">Discover</span>
@ -112,7 +112,7 @@
<a class="footer-links-section-item lang-fr" href="https://www.pipedrive.com/fr/resources">Ressources</a>
<a class="footer-links-section-item lang-br" href="https://www.pipedrive.com/pt/resources">Ferramentas</a>
</div>
<div class="footer-links-section">
<p class="footer-links-section-title">
<span class="lang-en">Help Center</span>
@ -146,7 +146,7 @@
<a class="footer-links-section-item lang-br" href="https://support.pipedrive.com/pt/contact-us">Suporte</a>
</div>
</section>
<section class="footer-bottom">
<div class="footer-bottom-row">
<div class="footer-language-wrapper np-hidden-mobile">
@ -184,7 +184,7 @@
{% endif %}
</div>
</div>
<div class="footer-bottom-row body-s">
<div class="footer-bottom-links">
<p class="footer-bottom-link-text">
@ -210,8 +210,17 @@
<span class="lang-fr">Politique de confidentialité</span>
<span class="lang-br">Política de privacidade</span>
</a>
<p class="footer-button-link-separator">
|
</p>
<a class="footer-bottom-link" href="https://www.pipedrive.com/en/sitemap">
<span class="lang-en">Site Map</span>
<span class="lang-de"></span>
<span class="lang-es"></span>
<span class="lang-fr"></span>
<span class="lang-br"></span>
</a>
</div>
<div class="footer-bottom-text">
<span class="lang-en">Pipedrive is a Web-based Sales CRM.</span>
<span class="lang-de">Pipedrive ist ein webbasiertes Vertriebs-CRM.</span>

View File

@ -23,9 +23,19 @@
{% assign progress_status_en = "completed" %}
{% endif %}
{% comment %} {% if course.id == "5df1bb20-3412-4e59-806d-7e7b38b9f5fc" %} {% endif %} {% endcomment %}
{% comment %} {% if current_person.properties.german_test_delay == false %} {% endif %} {% endcomment %}
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content course-column {{progress_status_de}} {{progress_status_en}}" data-lang="{{course.properties.course_language}}" order="{{course.properties.course_order}}">
{% include "cards_course" with course %}
</div>
{% comment %} {% else %}
<div class="col-xs-12 col-md-6 col-lg-4 np-stretch-content course-column {{progress_status_de}} {{progress_status_en}}" data-lang="{{course.properties.course_language}}" order="{{course.properties.course_order}}">
{% include "cards_course" with course %}
</div>
{% endif %}
{% endif %}
{% endcomment %}
{% endunless %}
{% endfor %}
</div>