Skip to content

[FIX] Added empty pages of French to solve CI error #1834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _fr/tour/abstract-type-members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Abstract Type Members
partof: scala-tour

num: 21

language: fr

next-page: compound-types
previous-page: inner-classes
---
12 changes: 12 additions & 0 deletions _fr/tour/annotations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Annotations
partof: scala-tour

num: 30

language: fr

next-page: packages-and-imports
previous-page: by-name-parameters
---
7 changes: 7 additions & 0 deletions _fr/tour/automatic-closures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: tour
title: Automatic Closures
partof: scala-tour

language: fr
---
11 changes: 11 additions & 0 deletions _fr/tour/basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: tour
title: Basics
partof: scala-tour

num: 2
language: fr

next-page: unified-types
previous-page: tour-of-scala
---
12 changes: 12 additions & 0 deletions _fr/tour/by-name-parameters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: By-name Parameters
partof: scala-tour

num: 29

language: fr

next-page: annotations
previous-page: operators
---
12 changes: 12 additions & 0 deletions _fr/tour/case-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Case Classes
partof: scala-tour

num: 10

language: fr

next-page: pattern-matching
previous-page: multiple-parameter-lists
---
12 changes: 12 additions & 0 deletions _fr/tour/classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Classes
partof: scala-tour

num: 4

language: fr

next-page: traits
previous-page: unified-types
---
12 changes: 12 additions & 0 deletions _fr/tour/compound-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Compound Types
partof: scala-tour

num: 22

language: fr

next-page: self-types
previous-page: abstract-type-members
---
12 changes: 12 additions & 0 deletions _fr/tour/default-parameter-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Default Parameter Values
partof: scala-tour

num: 31

language: fr

next-page: named-arguments
previous-page: annotations
---
12 changes: 12 additions & 0 deletions _fr/tour/extractor-objects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Extractor Objects
partof: scala-tour

num: 14

language: fr

next-page: generic-classes
previous-page: regular-expression-patterns
---
12 changes: 12 additions & 0 deletions _fr/tour/for-comprehensions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: For Comprehensions
partof: scala-tour

num: 15

language: fr

next-page: generic-classes
previous-page: extractor-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/generic-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Generic Classes
partof: scala-tour

num: 16

language: fr

next-page: variances
previous-page: extractor-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/higher-order-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Higher-order Functions
partof: scala-tour

num: 7

language: fr

next-page: nested-functions
previous-page: mixin-class-composition
---
12 changes: 12 additions & 0 deletions _fr/tour/implicit-conversions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Implicit Conversions
partof: scala-tour

num: 25

language: fr

next-page: polymorphic-methods
previous-page: implicit-parameters
---
12 changes: 12 additions & 0 deletions _fr/tour/implicit-parameters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Implicit Parameters
partof: scala-tour

num: 24

language: fr

next-page: implicit-conversions
previous-page: self-types
---
12 changes: 12 additions & 0 deletions _fr/tour/inner-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Inner Classes
partof: scala-tour

num: 20

language: fr

next-page: abstract-type-members
previous-page: lower-type-bounds
---
12 changes: 12 additions & 0 deletions _fr/tour/lower-type-bounds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Lower Type Bounds
partof: scala-tour

num: 19

language: fr

next-page: inner-classes
previous-page: upper-type-bounds
---
12 changes: 12 additions & 0 deletions _fr/tour/mixin-class-composition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Class Composition with Mixins
partof: scala-tour

num: 6

language: fr

next-page: higher-order-functions
previous-page: tuples
---
12 changes: 12 additions & 0 deletions _fr/tour/multiple-parameter-lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Multiple Parameter Lists (Currying)
partof: scala-tour

num: 9

language: fr

next-page: case-classes
previous-page: nested-functions
---
12 changes: 12 additions & 0 deletions _fr/tour/named-arguments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Named Arguments
partof: scala-tour

num: 32

language: fr

next-page: packages-and-imports
previous-page: default-parameter-values
---
12 changes: 12 additions & 0 deletions _fr/tour/nested-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Nested Methods
partof: scala-tour

num: 8

language: fr

next-page: multiple-parameter-lists
previous-page: higher-order-functions
---
12 changes: 12 additions & 0 deletions _fr/tour/operators.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Operators
partof: scala-tour

num: 28

language: fr

next-page: by-name-parameters
previous-page: type-inference
---
9 changes: 9 additions & 0 deletions _fr/tour/package-objects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: tour
title: Package Objects
language: fr
partof: scala-tour

num: 36
previous-page: packages-and-imports
---
12 changes: 12 additions & 0 deletions _fr/tour/packages-and-imports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Packages and Imports
partof: scala-tour

num: 33

language: fr

previous-page: named-arguments
next-page: package-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/pattern-matching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Pattern Matching
partof: scala-tour

num: 11

language: fr

next-page: singleton-objects
previous-page: case-classes
---
12 changes: 12 additions & 0 deletions _fr/tour/polymorphic-methods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Polymorphic Methods
partof: scala-tour

num: 26

language: fr

next-page: type-inference
previous-page: implicit-conversions
---
12 changes: 12 additions & 0 deletions _fr/tour/regular-expression-patterns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Regular Expression Patterns
partof: scala-tour

num: 13

language: fr

next-page: extractor-objects
previous-page: singleton-objects
---
12 changes: 12 additions & 0 deletions _fr/tour/self-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Self-types
partof: scala-tour

num: 23

language: fr

next-page: implicit-parameters
previous-page: compound-types
---
12 changes: 12 additions & 0 deletions _fr/tour/singleton-objects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Singleton Objects
partof: scala-tour

num: 12

language: fr

next-page: regular-expression-patterns
previous-page: pattern-matching
---
2 changes: 1 addition & 1 deletion _fr/tour/tour-of-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Les classes peuvent être étendues à travers des sous-classes et grâce à un

## Scala est fonctionnel ##
Scala est également un langage fonctionnel dans le sen où [toute fonction est une valeur](unified-types.html).
Scala propose une [syntaxe légère](basics.html#functions) pour définir des fonctions anonymes, supporte des
Scala propose une [syntaxe légère](basics.html) pour définir des fonctions anonymes, supporte des
[fonctions de haut niveau](higher-order-functions.html), autorise les fonctions [imbriquées](nested-functions.html) et
supporte le [currying](multiple-parameter-lists.html).
Les [case class](case-classes.html) de Scala et leur système intégré de [reconnaissance de motifs](pattern-matching.html)
Expand Down
12 changes: 12 additions & 0 deletions _fr/tour/traits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: tour
title: Traits
partof: scala-tour

num: 5

language: fr

next-page: tuples
previous-page: classes
---
Loading