diff options
| -rw-r--r-- | .github/CODEOWNERS | 2 | ||||
| -rw-r--r-- | es-es/rust-es.html.markdown | 2 | ||||
| -rw-r--r-- | fr-fr/rust-fr.html.markdown | 2 | ||||
| -rw-r--r-- | fr-fr/set-theory-fr.html.markdown | 10 | ||||
| -rw-r--r-- | it-it/rust-it.html.markdown | 2 | ||||
| -rw-r--r-- | pt-br/rust-pt.html.markdown | 2 | ||||
| -rw-r--r-- | uk-ua/rust-ua.html.markdown | 2 | ||||
| -rw-r--r-- | zh-cn/rust-cn.html.markdown | 2 | 
8 files changed, 12 insertions, 12 deletions
| diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c1efe0d..7bc421a7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,3 +4,5 @@  /zh-cn/ @geoffliu @imba-tjd
  /zh-tw/ @geoffliu @imba-tjd
  /ko-kr/ @justin-themedium
 +/pt-pt/ @mribeirodantas
 +/pt-br/ @mribeirodantas
 diff --git a/es-es/rust-es.html.markdown b/es-es/rust-es.html.markdown index dc48abf5..b0a3873c 100644 --- a/es-es/rust-es.html.markdown +++ b/es-es/rust-es.html.markdown @@ -1,5 +1,5 @@  --- -language: rust +language: Rust  contributors:      - ["P1start", "http://p1start.github.io/"]  translators: diff --git a/fr-fr/rust-fr.html.markdown b/fr-fr/rust-fr.html.markdown index a61f78be..c81dd1d6 100644 --- a/fr-fr/rust-fr.html.markdown +++ b/fr-fr/rust-fr.html.markdown @@ -1,5 +1,5 @@  --- -language: rust +language: Rust  contributors:      - ["P1start", "http://p1start.github.io/"]  translators: diff --git a/fr-fr/set-theory-fr.html.markdown b/fr-fr/set-theory-fr.html.markdown index 50a4ea30..dad8fa7a 100644 --- a/fr-fr/set-theory-fr.html.markdown +++ b/fr-fr/set-theory-fr.html.markdown @@ -1,11 +1,11 @@ -```  --- -category: tool -lang: fr-fr +category: Algorithms & Data Structures  name: Set theory +lang: fr-fr  contributors:  -	- ["kieutrang", "https://github.com/kieutrang1729"] +  - ["kieutrang", "https://github.com/kieutrang1729"]  --- +  La théorie des ensembles est une branche des mathématiques qui étudie les ensembles, leurs opérations et leurs propriétés.  * Un ensemble est une collection d'éléments disjoints. @@ -130,5 +130,3 @@ Le produit cartésien de deux ensembles `A` et `B` est l'ensemble contenant tous  ```  A × B = { (x, y) | x ∈ A, y ∈ B }  ``` - -``` diff --git a/it-it/rust-it.html.markdown b/it-it/rust-it.html.markdown index df4d6279..acb8b8ba 100644 --- a/it-it/rust-it.html.markdown +++ b/it-it/rust-it.html.markdown @@ -1,5 +1,5 @@  --- -language: rust +language: Rust  contributors:      - ["Carlo Milanesi", "http://github.com/carlomilanesi"]  lang: it-it diff --git a/pt-br/rust-pt.html.markdown b/pt-br/rust-pt.html.markdown index 3dd4a8d5..1080baa4 100644 --- a/pt-br/rust-pt.html.markdown +++ b/pt-br/rust-pt.html.markdown @@ -1,5 +1,5 @@  --- -language: rust +language: Rust  filename: rust-pt.rs  contributors:      - ["Paulo Henrique Rodrigues Pinheiro", "https://about.me/paulohrpinheiro"] diff --git a/uk-ua/rust-ua.html.markdown b/uk-ua/rust-ua.html.markdown index 422de371..4aad0cbb 100644 --- a/uk-ua/rust-ua.html.markdown +++ b/uk-ua/rust-ua.html.markdown @@ -1,5 +1,5 @@  --- -language: rust +language: Rust  contributors:      - ["P1start", "http://p1start.github.io/"]  translators: diff --git a/zh-cn/rust-cn.html.markdown b/zh-cn/rust-cn.html.markdown index b77c9c38..6bed1650 100644 --- a/zh-cn/rust-cn.html.markdown +++ b/zh-cn/rust-cn.html.markdown @@ -1,5 +1,5 @@  --- -language: rust +language: Rust  contributors:      - ["P1start", "http://p1start.github.io/"]  translators: | 
