Skip to content

Commit

Permalink
[es] sync translated content (#22375)
Browse files Browse the repository at this point in the history
* es: sync translated content

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Juan Vásquez <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 41bd713 commit 0ba7a2f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
7 changes: 5 additions & 2 deletions files/es/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2318,12 +2318,15 @@
/es/docs/Web/JavaScript/Primeros_Pasos /es/docs/Learn/Getting_started_with_the_web/JavaScript_basics
/es/docs/Web/JavaScript/Reference/About /es/docs/conflicting/Web/JavaScript/Reference
/es/docs/Web/JavaScript/Reference/Classes/Private_class_fields /es/docs/Web/JavaScript/Reference/Classes/Private_properties
/es/docs/Web/JavaScript/Reference/Errors/Bad_octal /es/docs/Web/JavaScript/Reference/Errors/Deprecated_octal
/es/docs/Web/JavaScript/Reference/Errors/Falta_puntoycoma_antes_de_declaracion /es/docs/Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement
/es/docs/Web/JavaScript/Reference/Errors/Bad_octal /es/docs/Web/JavaScript/Reference/Errors/Deprecated_octal_literal
/es/docs/Web/JavaScript/Reference/Errors/Deprecated_octal /es/docs/Web/JavaScript/Reference/Errors/Deprecated_octal_literal
/es/docs/Web/JavaScript/Reference/Errors/Falta_puntoycoma_antes_de_declaracion /es/docs/conflicting/Web/JavaScript/Reference/Errors/Unexpected_token
/es/docs/Web/JavaScript/Reference/Errors/Indicador_regexp_no-val /es/docs/Web/JavaScript/Reference/Errors/Bad_regexp_flag
/es/docs/Web/JavaScript/Reference/Errors/Malformed_formal_parameter /es/docs/conflicting/Web/JavaScript/Reference/Errors/Missing_formal_parameter
/es/docs/Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement /es/docs/conflicting/Web/JavaScript/Reference/Errors/Unexpected_token
/es/docs/Web/JavaScript/Reference/Errors/Not_a_codepoint /es/docs/Web/JavaScript/Reference/Errors/Not_a_valid_code_point
/es/docs/Web/JavaScript/Reference/Errors/Strict_y_parámetros_complejos /es/docs/Web/JavaScript/Reference/Errors/Strict_non_simple_params
/es/docs/Web/JavaScript/Reference/Errors/Undefined_prop /es/docs/orphaned/Web/JavaScript/Reference/Errors/Undefined_prop
/es/docs/Web/JavaScript/Reference/Errors/caracter_ilegal /es/docs/Web/JavaScript/Reference/Errors/Illegal_character
/es/docs/Web/JavaScript/Reference/Global_Objects/Array/toSource /es/docs/conflicting/Web/JavaScript/Reference/Global_Objects/Array/toString
/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean/toSource /es/docs/Web/JavaScript/Reference/Global_Objects/Boolean/toString
Expand Down
18 changes: 9 additions & 9 deletions files/es/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -10532,7 +10532,7 @@
"modified": "2020-09-01T13:12:41.234Z",
"contributors": ["Nachec"]
},
"Web/JavaScript/Reference/Errors/Deprecated_octal": {
"Web/JavaScript/Reference/Errors/Deprecated_octal_literal": {
"modified": "2020-03-12T19:45:41.442Z",
"contributors": ["HaroldV"]
},
Expand Down Expand Up @@ -10569,10 +10569,6 @@
"modified": "2020-03-12T19:46:54.683Z",
"contributors": ["hiuxmaycry", "ivandevp"]
},
"Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement": {
"modified": "2020-03-12T19:46:13.102Z",
"contributors": ["jonatanroot", "Lunacye"]
},
"Web/JavaScript/Reference/Errors/More_arguments_needed": {
"modified": "2020-03-12T19:49:21.407Z",
"contributors": ["dragonmenorka"]
Expand Down Expand Up @@ -10617,10 +10613,6 @@
"modified": "2020-03-12T19:45:04.878Z",
"contributors": ["josegarciaclm95"]
},
"Web/JavaScript/Reference/Errors/Undefined_prop": {
"modified": "2020-03-12T19:47:46.684Z",
"contributors": ["antixsuperstar"]
},
"Web/JavaScript/Reference/Errors/Unexpected_token": {
"modified": "2020-03-12T19:46:40.968Z",
"contributors": ["dariomaim"]
Expand Down Expand Up @@ -14378,6 +14370,10 @@
"modified": "2019-10-12T12:26:22.919Z",
"contributors": ["JGmr5"]
},
"conflicting/Web/JavaScript/Reference/Errors/Unexpected_token": {
"modified": "2020-03-12T19:46:13.102Z",
"contributors": ["jonatanroot", "Lunacye"]
},
"conflicting/Web/JavaScript/Reference/Global_Objects/Array/toString": {
"modified": "2019-03-23T22:08:25.338Z",
"contributors": ["teoli", "pedro-otero"]
Expand Down Expand Up @@ -15334,6 +15330,10 @@
"modified": "2019-03-23T22:46:15.359Z",
"contributors": ["juanbrujo", "raecillacastellana", "vltamara"]
},
"orphaned/Web/JavaScript/Reference/Errors/Undefined_prop": {
"modified": "2020-03-12T19:47:46.684Z",
"contributors": ["antixsuperstar"]
},
"orphaned/Web/JavaScript/Reference/Global_Objects/Array/prototype": {
"modified": "2020-10-15T21:35:31.913Z",
"contributors": ["lajaso", "humbertaco"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "SyntaxError: missing ; before statement"
slug: Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement
slug: conflicting/Web/JavaScript/Reference/Errors/Unexpected_token
original_slug: Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement
---

{{jsSidebar("Errores")}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'ReferenceError: reference to undefined property "x"'
slug: Web/JavaScript/Reference/Errors/Undefined_prop
slug: orphaned/Web/JavaScript/Reference/Errors/Undefined_prop
original_slug: Web/JavaScript/Reference/Errors/Undefined_prop
---

{{jsSidebar("Errors")}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'SyntaxError: "x" is not a legal ECMA-262 octal constant'
slug: Web/JavaScript/Reference/Errors/Deprecated_octal
slug: Web/JavaScript/Reference/Errors/Deprecated_octal_literal
original_slug: Web/JavaScript/Reference/Errors/Deprecated_octal
---

{{jsSidebar("Errors")}}
Expand Down

0 comments on commit 0ba7a2f

Please sign in to comment.