From af3f9d14b5acb35c83c248ab9a1f31643cbc587b Mon Sep 17 00:00:00 2001
From: Alberto Souza <peer_64x@protonmail.com>
Date: Wed, 8 Feb 2023 00:35:30 +0000
Subject: [PATCH] Improve FAQ explanation/update Portguese translation.

---
 content/docs.pt.md | 2 ++
 content/faq.en.md  | 2 +-
 content/faq.pt.md  | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/docs.pt.md b/content/docs.pt.md
index 62778aaf..6a8d09c1 100644
--- a/content/docs.pt.md
+++ b/content/docs.pt.md
@@ -20,6 +20,8 @@ Nós recomendamos que você comece pelo [Livro](https://doc.redox-os.org/book/),
 
 ## Contribuindo pro Redox
 
+- Leia o [CONTRIBUTING.md](https://gitlab.redox-os.org/redox-os/redox/-/blob/master/CONTRIBUTING.md)
+
 Você pode contribuir para a documentação/código do Redox nestes repositórios:
 
 (The order is based on difficulty, easy things first)
diff --git a/content/faq.en.md b/content/faq.en.md
index 27e3f574..3265dff4 100644
--- a/content/faq.en.md
+++ b/content/faq.en.md
@@ -26,7 +26,7 @@ This page covers the most asked questions.
 
 Redox is a microkernel-based operating system, a complete, fully-functioning, general-purpose operating system with a focus on safety, freedom, reliability, correctness, and pragmatism.
 
-All system components were written in Rust and run on user-space
+Wherever possible, the system components will be written in Rust and run on user-space
 
 ## What is the purpose of Redox?
 
diff --git a/content/faq.pt.md b/content/faq.pt.md
index 06e86a3f..c3f72670 100644
--- a/content/faq.pt.md
+++ b/content/faq.pt.md
@@ -26,7 +26,7 @@ Essa página cobre as perguntas mais comuns.
 
 O Redox é um sistema operacional baseado em microkernel, completo, funcional, para uso geral com foco em segurança, liberdade, confiabilidade, correção e pragmatismo.
 
-Todos os componentes do sistema são escritos em Rust e executam no espaço do usuário.
+Onde for possível, os componentes do sistema serão escritos em Rust e executam no espaço do usuário.
 
 ## Qual o propósito do Redox?
 
-- 
GitLab