tokens for selfhosted OS, and corred missing token for OS warning in … #1214
Open
yeet648 wants to merge 9 commits from
yeet648/i18n
into i18n
pull from: yeet648/i18n
merge into: privacyguides:i18n
privacyguides:master
privacyguides:dependabot/bundler/nokogiri-1.13.6
privacyguides:dependabot/bundler/addressable-2.8.0
privacyguides:freddy-m-patch-3
privacyguides:pr-add_RemoveMyPhone_sponsor
privacyguides:pr-browser_cleanup_1257_1328_1430
privacyguides:freddy-m-patch-2
privacyguides:freddy-m-patch-1
privacyguides:pr-vpn_hated_one_video
privacyguides:cdn
privacyguides:update-nitrohorse-image
privacyguides:promote-metager-to-card
privacyguides:hardware
privacyguides:pr-add_azirevpn
privacyguides:pr-add_mailfence
privacyguides:shop
privacyguides:1673
privacyguides:pr/1658
privacyguides:i18n-simple
privacyguides:sponsorship-edits-nov2019
privacyguides:i18n
privacyguides:ipfs
privacyguides:blacklight447-ptio-patch-3
privacyguides:blog
privacyguides:remove-windows-icons
privacyguides:pr/1147
privacyguides:i18n-testing
privacyguides:add-beautify
Labels
Clear labels
🔍🤖 Search Engines
approved
approved, waiting for a PR
dependencies
Pull requests that update a dependency file
duplicate
feedback wanted
high priority
I2P
The Invisible Internet Project (I2P)
iOS
low priority
OS
Operating Systems
Self-contained networks
Social media
stale
A label for stalebot if it gets added
streaming
Anything related to media streaming.
todo
Tor
Anything covering the Tor network
WIP
active work in progress, do not merge or PR (yet)!
wontfix
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
XMPP
Extensible Messaging and Presence Protocol
[m]
Matrix protocol
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
Browser Extension related issues
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
Correction of content on the website
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
Firefox & forks, about:config etc.
💻 hardware
🌐 hosting
🏠 housekeeping
Anything primarily related to site cleanup.
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
Virtual Private Network
🌐 website issue
*Technical* issues with the website.
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
Domain Name System
🗨️ instant messaging (im)
🇦🇶 translations
Anything covering a translated version of the site
No Label
🇦🇶 translations
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#1214
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No description provided.
Delete Branch "yeet648/i18n"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
…OS page.
tokens for selfhosted os, filesync, and added missing token in OS page. Supports issue #1106
Resolves: #none
Check List
[ x] I have read and understand the contributing guidelines.
[x ] I have listed the source code.
[ x] This project is free/libre software.
[ x] This project has an associated discussion.
Netlify preview for the mainly edited page:
Code Repository (if applicable):
hello maintainers, on the build break does jekyll need to be updated on the build machine? After a pull I got a build warning and had to run "bundle install" again for my local build to work and wonder if this is same here.
I think it's just that Travis is unhappy with your changes.
fwiw I get this same build break when i clone i18n without my changes.
This is an issue with the i18n branch in general since
0c840011fe
, and I am not sure why... Maybe the i18n plugin we're using was updated? But it's not an issue with this PR 👍I'll review this in a bit, thanks! 🙏
@jonahAragon, no rush here on the review... just wanted to let you know I'll keep chipping away on token-izing these pages until you tell me otherwise.
@ -337,0 +353,4 @@
freenet_descr: "Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship. Both Freenet and some of its associated tools were originally designed by Ian Clarke, who defined Freenet's goal as providing freedom of speech on the Internet with strong anonymity protection."
related_information: "Related Information"
true_stories: "- True stories from the dark side of the Internet."
worth_mentioning: "Worth Mentioning"
It is worth mentioning that
worth_mentioning
should just be a global string as it's used in many places. This goes for all the otherworth_mentioning
keys in the yaml@ -337,0 +361,4 @@
yggdrasil_descr: "- An early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4."
yggdrasil_warning: "The project is currently in early stages but it is being actively developed."
yggdrasil_danger: "Yggdrasil doesn't have a goal of providing anonymity and your peers know your IP address unless you are only using Tor/I2P peers."
experimental: "experimental"
related_information
is already a global string@ -337,0 +372,4 @@
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."
instant_messenger:
We should probably decide on whether to keep these tags all lowercase ("experimental") or not ("Experimental").
Notice that at https://www.privacytools.io/software/real-time-communication/#im we have "Experimental" and "Warning", but at https://www.privacytools.io/software/networks/ we have "experimental" and "privacy warning"
@ -337,0 +392,4 @@
other_omemo: "Other OMEMO ready clients"
kontalk: " - A community-driven instant messaging network. Supports end-to-end encryption. Both client-to-server and server-to-server channels are fully encrypted."
keybase: " End-to-end encrypted messaging with social verification."
keybase_tooltip: "This software relies on a closed-source central server."
See above:
worth_mentioning
is better as a global stringrelated_information
is already a global string