From d552fd75b8f5f57363ad61d62d0cd7df414b350f Mon Sep 17 00:00:00 2001 From: yeet648 Date: Thu, 5 Sep 2019 15:34:14 -0700 Subject: [PATCH] tokens for real time communications --- _i18n/en.yml | 5 ++++- pages/software/real-time-communication.html | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index c9e349a5..a536bc15 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -365,4 +365,7 @@ filesync: sparkleshare_descr: "SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file." syncthing_descr: "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet." worth_mentioning: "Worth Mentioning" - gitannex_descr: "- Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space." \ No newline at end of file + gitannex_descr: "- Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space." +real_time_communication: + title: "Real-Time Communication" + descr: "Discover secure and private ways to communicate with others online without letting any third parties read your messages." \ No newline at end of file diff --git a/pages/software/real-time-communication.html b/pages/software/real-time-communication.html index 9a28ab8b..77ebfe2f 100644 --- a/pages/software/real-time-communication.html +++ b/pages/software/real-time-communication.html @@ -1,8 +1,8 @@ --- layout: page 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." +title: "{% t real_time_communication.title %}" +description: "{% t real_time_communication.descr %}" --- {% include sections/instant-messenger.html %}