From 155a8166ce744434ca04ef79b58d42953cae3eb4 Mon Sep 17 00:00:00 2001 From: djoate <56777051+djoate@users.noreply.github.com> Date: Sun, 24 Nov 2019 19:17:00 -0500 Subject: [PATCH] Key Real-Time Communication This covers real-time communication. Aware of https://github.com/privacytoolsIO/privacytools.io/pull/1500, but that will be handled later. --- _includes/sections/instant-messenger.html | 54 +++++++++---------- _includes/sections/teamchat.html | 10 ++-- _includes/sections/voice-video-messenger.html | 16 +++--- pages/software/real-time-communication.html | 1 + 4 files changed, 41 insertions(+), 40 deletions(-) diff --git a/_includes/sections/instant-messenger.html b/_includes/sections/instant-messenger.html index 2578d415a..41b100e78 100644 --- a/_includes/sections/instant-messenger.html +++ b/_includes/sections/instant-messenger.html @@ -1,7 +1,7 @@ -

Encrypted Instant Messenger

+

{% t Encrypted Instant Messenger %}

@@ -39,44 +39,44 @@

web="https://app.wire.com" %} -

Complete Comparison

+

{% t Complete Comparison %}

-

Worth Mentioning

+

{% t Worth Mentioning %}

-

Related Information

+

{% t Related Information %}

diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html index 632e64e46..969ef7bdb 100644 --- a/_includes/sections/teamchat.html +++ b/_includes/sections/teamchat.html @@ -1,7 +1,7 @@ -

Team Chat Platforms

+

{% t Team Chat Platforms %}

{% @@ -43,7 +43,7 @@

Wire Pro - Paid team communication with E2EE. Untested +
  • {% t Wire Pro %} - {% t Paid team communication with E2EE. %} {% t Untested %}
  • diff --git a/_includes/sections/voice-video-messenger.html b/_includes/sections/voice-video-messenger.html index cffb70541..75a06d7d2 100644 --- a/_includes/sections/voice-video-messenger.html +++ b/_includes/sections/voice-video-messenger.html @@ -1,7 +1,7 @@ -

    Video/Voice Calling

    +

    {% t Video/Voice Calling %}

    {% include cardv2.html @@ -33,18 +33,18 @@

    ios="https://apps.apple.com/us/app/mumble/id443472808?ls=1" %} -

    Worth Mentioning

    +

    {% t Worth Mentioning %}

      -
    • Jitsi Meet - Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application. Requires WebRTC
    • +
    • {% t Jitsi Meet %} - {% t Jitsi Meet is a free and open-source multiplatform voice (VoIP), video conferencing, and instant messaging application. %} {% t Requires WebRTC %}
    -

    Related Information

    +

    {% t Related Information %}

    diff --git a/pages/software/real-time-communication.html b/pages/software/real-time-communication.html index 9a28ab8b8..30d74b51d 100644 --- a/pages/software/real-time-communication.html +++ b/pages/software/real-time-communication.html @@ -3,6 +3,7 @@ permalink: /software/real-time-communication/ title: "Real-Time Communication" description: "Discover secure and private ways to communicate with others online without letting any third parties read your messages." +translate: true --- {% include sections/instant-messenger.html %}