diff --git a/es/tutorials/tour/_posts/2017-02-13-abstract-types.md b/es/tutorials/tour/_posts/2017-02-13-abstract-types.md index 092632ff60..2b60ffd70b 100644 --- a/es/tutorials/tour/_posts/2017-02-13-abstract-types.md +++ b/es/tutorials/tour/_posts/2017-02-13-abstract-types.md @@ -2,7 +2,7 @@ layout: tutorial title: Tipos Abstractos -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-annotations.md b/es/tutorials/tour/_posts/2017-02-13-annotations.md index 11adadc23f..2bb2560c2c 100644 --- a/es/tutorials/tour/_posts/2017-02-13-annotations.md +++ b/es/tutorials/tour/_posts/2017-02-13-annotations.md @@ -2,7 +2,7 @@ layout: tutorial title: Anotaciones -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-anonymous-function-syntax.md b/es/tutorials/tour/_posts/2017-02-13-anonymous-function-syntax.md index d1326547dc..f9ea6933d7 100644 --- a/es/tutorials/tour/_posts/2017-02-13-anonymous-function-syntax.md +++ b/es/tutorials/tour/_posts/2017-02-13-anonymous-function-syntax.md @@ -2,7 +2,7 @@ layout: tutorial title: Sintaxis de funciones anónimas -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-automatic-closures.md b/es/tutorials/tour/_posts/2017-02-13-automatic-closures.md index 410d259581..3b3cb959bf 100644 --- a/es/tutorials/tour/_posts/2017-02-13-automatic-closures.md +++ b/es/tutorials/tour/_posts/2017-02-13-automatic-closures.md @@ -2,7 +2,7 @@ layout: tutorial title: Construcción de closures automáticas -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-case-classes.md b/es/tutorials/tour/_posts/2017-02-13-case-classes.md index db5b894242..e77d22a7b7 100644 --- a/es/tutorials/tour/_posts/2017-02-13-case-classes.md +++ b/es/tutorials/tour/_posts/2017-02-13-case-classes.md @@ -2,7 +2,7 @@ layout: tutorial title: Clases Case -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-classes.md b/es/tutorials/tour/_posts/2017-02-13-classes.md index 08ff954230..75dcb5b0e0 100644 --- a/es/tutorials/tour/_posts/2017-02-13-classes.md +++ b/es/tutorials/tour/_posts/2017-02-13-classes.md @@ -2,7 +2,7 @@ layout: tutorial title: Clases -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-compound-types.md b/es/tutorials/tour/_posts/2017-02-13-compound-types.md index 37dd08ea07..f026facf51 100644 --- a/es/tutorials/tour/_posts/2017-02-13-compound-types.md +++ b/es/tutorials/tour/_posts/2017-02-13-compound-types.md @@ -2,7 +2,7 @@ layout: tutorial title: Tipos Compuestos -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-currying.md b/es/tutorials/tour/_posts/2017-02-13-currying.md index f2fc43523e..f5167eb5f5 100644 --- a/es/tutorials/tour/_posts/2017-02-13-currying.md +++ b/es/tutorials/tour/_posts/2017-02-13-currying.md @@ -2,7 +2,7 @@ layout: tutorial title: Currying -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-default-parameter-values.md b/es/tutorials/tour/_posts/2017-02-13-default-parameter-values.md index 3bb58ae9e1..8c9767e930 100644 --- a/es/tutorials/tour/_posts/2017-02-13-default-parameter-values.md +++ b/es/tutorials/tour/_posts/2017-02-13-default-parameter-values.md @@ -2,7 +2,7 @@ layout: tutorial title: Valores de parámetros por defecto -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-explicitly-typed-self-references.md b/es/tutorials/tour/_posts/2017-02-13-explicitly-typed-self-references.md index 5ca0a6480c..0c38675c10 100644 --- a/es/tutorials/tour/_posts/2017-02-13-explicitly-typed-self-references.md +++ b/es/tutorials/tour/_posts/2017-02-13-explicitly-typed-self-references.md @@ -2,7 +2,7 @@ layout: tutorial title: Autorefrencias explicitamente tipadas -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-extractor-objects.md b/es/tutorials/tour/_posts/2017-02-13-extractor-objects.md index 5533092c51..a3f48a059c 100644 --- a/es/tutorials/tour/_posts/2017-02-13-extractor-objects.md +++ b/es/tutorials/tour/_posts/2017-02-13-extractor-objects.md @@ -2,7 +2,7 @@ layout: tutorial title: Objetos Extractores -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-generic-classes.md b/es/tutorials/tour/_posts/2017-02-13-generic-classes.md index f9eb24bde3..7d4d7f1c44 100644 --- a/es/tutorials/tour/_posts/2017-02-13-generic-classes.md +++ b/es/tutorials/tour/_posts/2017-02-13-generic-classes.md @@ -2,7 +2,7 @@ layout: tutorial title: Clases genéricas -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-higher-order-functions.md b/es/tutorials/tour/_posts/2017-02-13-higher-order-functions.md index c4d9bb3ce7..33f6af59c0 100644 --- a/es/tutorials/tour/_posts/2017-02-13-higher-order-functions.md +++ b/es/tutorials/tour/_posts/2017-02-13-higher-order-functions.md @@ -2,7 +2,7 @@ layout: tutorial title: Funciones de orden superior -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-implicit-conversions.md b/es/tutorials/tour/_posts/2017-02-13-implicit-conversions.md index 6c49eb4c0b..c2a39b9057 100644 --- a/es/tutorials/tour/_posts/2017-02-13-implicit-conversions.md +++ b/es/tutorials/tour/_posts/2017-02-13-implicit-conversions.md @@ -2,7 +2,7 @@ layout: tutorial title: Implicit Conversions -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-implicit-parameters.md b/es/tutorials/tour/_posts/2017-02-13-implicit-parameters.md index b90996b56b..2157d85a86 100644 --- a/es/tutorials/tour/_posts/2017-02-13-implicit-parameters.md +++ b/es/tutorials/tour/_posts/2017-02-13-implicit-parameters.md @@ -2,7 +2,7 @@ layout: tutorial title: Parámetros implícitos -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-inner-classes.md b/es/tutorials/tour/_posts/2017-02-13-inner-classes.md index d1e11b207e..07656b3175 100644 --- a/es/tutorials/tour/_posts/2017-02-13-inner-classes.md +++ b/es/tutorials/tour/_posts/2017-02-13-inner-classes.md @@ -2,7 +2,7 @@ layout: tutorial title: Clases Internas -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-local-type-inference.md b/es/tutorials/tour/_posts/2017-02-13-local-type-inference.md index 25ce04ef81..adbf102b13 100644 --- a/es/tutorials/tour/_posts/2017-02-13-local-type-inference.md +++ b/es/tutorials/tour/_posts/2017-02-13-local-type-inference.md @@ -2,7 +2,7 @@ layout: tutorial title: Inferencia de tipos Local -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-lower-type-bounds.md b/es/tutorials/tour/_posts/2017-02-13-lower-type-bounds.md index 291baa9f1d..a17317f572 100644 --- a/es/tutorials/tour/_posts/2017-02-13-lower-type-bounds.md +++ b/es/tutorials/tour/_posts/2017-02-13-lower-type-bounds.md @@ -2,7 +2,7 @@ layout: tutorial title: Límite de tipado inferior -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-mixin-class-composition.md b/es/tutorials/tour/_posts/2017-02-13-mixin-class-composition.md index 8a2b8f8cfe..40fdd3ee7c 100644 --- a/es/tutorials/tour/_posts/2017-02-13-mixin-class-composition.md +++ b/es/tutorials/tour/_posts/2017-02-13-mixin-class-composition.md @@ -2,7 +2,7 @@ layout: tutorial title: Composición de clases mixin -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-named-parameters.md b/es/tutorials/tour/_posts/2017-02-13-named-parameters.md index e2f33d9b4a..f9faa32c60 100644 --- a/es/tutorials/tour/_posts/2017-02-13-named-parameters.md +++ b/es/tutorials/tour/_posts/2017-02-13-named-parameters.md @@ -2,7 +2,7 @@ layout: tutorial title: Parámetros nombrados -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-nested-functions.md b/es/tutorials/tour/_posts/2017-02-13-nested-functions.md index 4166837c8a..4d87a81818 100644 --- a/es/tutorials/tour/_posts/2017-02-13-nested-functions.md +++ b/es/tutorials/tour/_posts/2017-02-13-nested-functions.md @@ -2,7 +2,7 @@ layout: tutorial title: Funciones Anidadas -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-operators.md b/es/tutorials/tour/_posts/2017-02-13-operators.md index ff184e8271..86c8363da5 100644 --- a/es/tutorials/tour/_posts/2017-02-13-operators.md +++ b/es/tutorials/tour/_posts/2017-02-13-operators.md @@ -2,7 +2,7 @@ layout: tutorial title: Operadores -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-pattern-matching.md b/es/tutorials/tour/_posts/2017-02-13-pattern-matching.md index 340ddc8ff5..78b1cc22c5 100644 --- a/es/tutorials/tour/_posts/2017-02-13-pattern-matching.md +++ b/es/tutorials/tour/_posts/2017-02-13-pattern-matching.md @@ -2,7 +2,7 @@ layout: tutorial title: Reconocimiento de patrones -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-polymorphic-methods.md b/es/tutorials/tour/_posts/2017-02-13-polymorphic-methods.md index 24f45023fd..465bf68ac1 100644 --- a/es/tutorials/tour/_posts/2017-02-13-polymorphic-methods.md +++ b/es/tutorials/tour/_posts/2017-02-13-polymorphic-methods.md @@ -2,7 +2,7 @@ layout: tutorial title: Métodos polimórficos -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md b/es/tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md index 4d78362ad5..cdded748dc 100644 --- a/es/tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md +++ b/es/tutorials/tour/_posts/2017-02-13-regular-expression-patterns.md @@ -2,7 +2,7 @@ layout: tutorial title: Patrones basados en expresiones regulares -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-sequence-comprehensions.md b/es/tutorials/tour/_posts/2017-02-13-sequence-comprehensions.md index e9c05091c7..33d903a13e 100644 --- a/es/tutorials/tour/_posts/2017-02-13-sequence-comprehensions.md +++ b/es/tutorials/tour/_posts/2017-02-13-sequence-comprehensions.md @@ -2,7 +2,7 @@ layout: tutorial title: Sequencias por Comprensión -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-singleton-objects.md b/es/tutorials/tour/_posts/2017-02-13-singleton-objects.md index 23289c8d8a..2d738759b2 100644 --- a/es/tutorials/tour/_posts/2017-02-13-singleton-objects.md +++ b/es/tutorials/tour/_posts/2017-02-13-singleton-objects.md @@ -2,7 +2,7 @@ layout: tutorial title: Singleton Objects -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-tour-of-scala.md b/es/tutorials/tour/_posts/2017-02-13-tour-of-scala.md index 4c4be2a36f..188d59f6ed 100644 --- a/es/tutorials/tour/_posts/2017-02-13-tour-of-scala.md +++ b/es/tutorials/tour/_posts/2017-02-13-tour-of-scala.md @@ -2,7 +2,7 @@ layout: tutorial title: Introducción -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-traits.md b/es/tutorials/tour/_posts/2017-02-13-traits.md index 89ca97620e..bcd68a3aff 100644 --- a/es/tutorials/tour/_posts/2017-02-13-traits.md +++ b/es/tutorials/tour/_posts/2017-02-13-traits.md @@ -2,7 +2,7 @@ layout: tutorial title: Traits -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-unified-types.md b/es/tutorials/tour/_posts/2017-02-13-unified-types.md index 1ad72059cc..b8121274ac 100644 --- a/es/tutorials/tour/_posts/2017-02-13-unified-types.md +++ b/es/tutorials/tour/_posts/2017-02-13-unified-types.md @@ -2,7 +2,7 @@ layout: tutorial title: Tipos Unificados -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-upper-type-bounds.md b/es/tutorials/tour/_posts/2017-02-13-upper-type-bounds.md index aa998185e1..9515c3eacf 100644 --- a/es/tutorials/tour/_posts/2017-02-13-upper-type-bounds.md +++ b/es/tutorials/tour/_posts/2017-02-13-upper-type-bounds.md @@ -2,7 +2,7 @@ layout: tutorial title: Límite de tipado superior -discourse: true +discourse: false tutorial: scala-tour categories: tour diff --git a/es/tutorials/tour/_posts/2017-02-13-variances.md b/es/tutorials/tour/_posts/2017-02-13-variances.md index 99d7add237..38c58ac917 100644 --- a/es/tutorials/tour/_posts/2017-02-13-variances.md +++ b/es/tutorials/tour/_posts/2017-02-13-variances.md @@ -2,7 +2,7 @@ layout: tutorial title: Varianzas -discourse: true +discourse: false tutorial: scala-tour categories: tour