diff --git a/_i18n/en.yml b/_i18n/en.yml
index a589583e..6ebdbf20 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -305,4 +305,26 @@ router:
openbsd_descr: "- A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography."
ddwrt: "DD-WRT"
ddwrt_title: "This software may depend on or recommend non-free software."
- ddwrt_descr: "- A is Linux-based firmware for wireless routers and wireless access points. It is compatible with several models of routers and access points."
\ No newline at end of file
+ ddwrt_descr: "- A is Linux-based firmware for wireless routers and wireless access points. It is compatible with several models of routers and access points."
+pc_os:
+ pc_operating_systems: "PC Operating Systems"
+ ms_apple_warning: "If you are currently using a operating system like Microsoft Windows or Apple macOS, you should pick an alternative here."
+ contrib_descr: "This software may depend on or recommend non-free software."
+ qubesos_title: "Qubes OS"
+ qubesos_labels: "warning:contrib:This software may depend on or recommend non-free software."
+ qubesos_descr: "Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers."
+ debian_title: "Debian"
+ debian_descr: "Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project."
+ trisquel_title: "Trisquel"
+ trisquel_descr: "Trisquel is a Linux-based operating system derived from Ubuntu. The project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed."
+ warning: "Warning"
+ win10_nightmare: "Don't use Windows 10 - It's a privacy nightmare"
+ worth_mentioning: "Worth Mentioning"
+ openbsd: "OpenBSD"
+ openbsd_descr: "- A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography."
+ arch: "Arch Linux"
+ arch_descr: "- A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement."
+ parabola: "Parabola"
+ parabola_descr: "is a completely open source version of Arch Linux."
+ whonix: "Whonix"
+ whonix_descr: "- A Debian GNU/Linux based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a \"Workstation\" and a Tor \"Gateway.\" All communication are forced through the Tor network to accomplish this."
\ No newline at end of file
diff --git a/_includes/sections/operating-systems.html b/_includes/sections/operating-systems.html
index 189af833..6739ed5c 100644
--- a/_includes/sections/operating-systems.html
+++ b/_includes/sections/operating-systems.html
@@ -1,49 +1,55 @@
-
PC Operating Systems
+ {% t pc_os.pc_operating_systems %}
- If you are currently using a operating system like Microsoft Windows or Apple macOS, you should pick an alternative here.
+ {% t pc_os.ms_apple_warning %}
+{%- capture pc_os_qubesos_title -%}{% t pc_os.qubesos_title %}{%- endcapture -%}
+{%- capture pc_os_qubesos_labels -%}{% t pc_os.qubesos_labels %}{%- endcapture -%}
+{%- capture pc_os_qubesos_descr -%}{% t pc_os.qubesos_descr %}{%- endcapture -%}
+{%- capture pc_os_debian_title -%}{% t pc_os.debian_title %}{%- endcapture -%}
+{%- capture pc_os_debian_descr -%}{% t pc_os.debian_descr %}{%- endcapture -%}
+{%- capture pc_os_trisquel_title -%}{% t pc_os.trisquel_title %}{%- endcapture -%}
+{%- capture pc_os_trisquel_descr -%}{% t pc_os.trisquel_descr %}{%- endcapture -%}
+
{% include card.html color="success"
- title="Qubes OS"
- labels="warning:contrib:This software may depend on or recommend non-free software."
+ title=pc_os_qubesos_title
+ labels=pc_os_qubesos_labels
image="/assets/img/tools/Qubes-OS.png"
url="https://www.qubes-os.org/"
tor="http://qubesos4rrrrz6n4.onion"
- description="Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers."
+ description=pc_os_qubesos_descr
%}
{% include card.html color="primary"
- title="Debian"
+ title=pc_os_debian_title
image="/assets/img/tools/Debian.png"
url="https://www.debian.org/"
tor="http://sejnfjrq6szgca7v.onion"
- description="Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project."
+ description=pc_os_debian_descr
%}
{% include card.html color="warning"
- title="Trisquel"
+ title=pc_os_trisquel_title
image="/assets/img/tools/Trisquel.png"
url="https://trisquel.info/"
- description="Trisquel is a Linux-based operating system derived from Ubuntu. The project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed."
+ description=pc_os_trisquel_descr
%}
-Warning
+{% t pc_os.warning %}
-Worth Mentioning
+{% t pc_os.worth_mentioning %}
- - OpenBSD - A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.
- - Arch Linux - A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement. Parabola is a
- completely open source version of Arch Linux.
- - Whonix contrib - A Debian GNU/Linux based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a "Workstation"
- and a Tor "Gateway". All communication are forced through the Tor network to accomplish this.
+ - {% t pc_os.openbsd %} {% t pc_os.openbsd_descr %}
+ - {% t pc_os.arch %} {% t pc_os.arch_descr %} {% t pc_os.parabola %} {% t pc_os.parabola_descr %}
+ - {% t pc_os.whonix %} contrib {% t pc_os.whonix_descr %}