diff options
| author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:20:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 18:20:22 +0100 |
| commit | 999e51572c093be901d6c8f942feb76038ae940c (patch) | |
| tree | 0b2242d6df50748abf3f11c717211e8bbcf3d45e /files/de/web/javascript/reference/functions | |
| parent | 747e709ad97c5782af29688f52c8105c08d9a323 (diff) | |
| parent | 12b585b8e60a2877ff64dc6dc5ab058c43652f47 (diff) | |
| download | translated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.gz translated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.bz2 translated-content-999e51572c093be901d6c8f942feb76038ae940c.zip | |
Merge pull request #55 from fiji-flo/unslugging-de
Unslugging de
Diffstat (limited to 'files/de/web/javascript/reference/functions')
| -rw-r--r-- | files/de/web/javascript/reference/functions/arrow_functions/index.html (renamed from files/de/web/javascript/reference/functions/pfeilfunktionen/index.html) | 3 | ||||
| -rw-r--r-- | files/de/web/javascript/reference/functions/method_definitions/index.html (renamed from files/de/web/javascript/reference/functions/methoden_definitionen/index.html) | 3 | ||||
| -rw-r--r-- | files/de/web/javascript/reference/functions/rest_parameters/index.html (renamed from files/de/web/javascript/reference/functions/rest_parameter/index.html) | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/files/de/web/javascript/reference/functions/pfeilfunktionen/index.html b/files/de/web/javascript/reference/functions/arrow_functions/index.html index a29b5ea3cf..1304e9edda 100644 --- a/files/de/web/javascript/reference/functions/pfeilfunktionen/index.html +++ b/files/de/web/javascript/reference/functions/arrow_functions/index.html @@ -1,6 +1,6 @@ --- title: Pfeilfunktionen -slug: Web/JavaScript/Reference/Functions/Pfeilfunktionen +slug: Web/JavaScript/Reference/Functions/Arrow_functions tags: - ECMAScript 2015 - Functions @@ -8,6 +8,7 @@ tags: - JavaScript - Reference translation_of: Web/JavaScript/Reference/Functions/Arrow_functions +original_slug: Web/JavaScript/Reference/Functions/Pfeilfunktionen --- <div>{{jsSidebar("Functions")}}</div> diff --git a/files/de/web/javascript/reference/functions/methoden_definitionen/index.html b/files/de/web/javascript/reference/functions/method_definitions/index.html index bf4d432627..10d1cd5f78 100644 --- a/files/de/web/javascript/reference/functions/methoden_definitionen/index.html +++ b/files/de/web/javascript/reference/functions/method_definitions/index.html @@ -1,6 +1,6 @@ --- title: Methoden Definitionen -slug: Web/JavaScript/Reference/Functions/Methoden_Definitionen +slug: Web/JavaScript/Reference/Functions/Method_definitions tags: - ECMAScript 2015 - Funktionen @@ -8,6 +8,7 @@ tags: - Objekte - Syntax translation_of: Web/JavaScript/Reference/Functions/Method_definitions +original_slug: Web/JavaScript/Reference/Functions/Methoden_Definitionen --- <div>{{JsSidebar("Functions")}}</div> diff --git a/files/de/web/javascript/reference/functions/rest_parameter/index.html b/files/de/web/javascript/reference/functions/rest_parameters/index.html index a529c7b1d6..b07d429542 100644 --- a/files/de/web/javascript/reference/functions/rest_parameter/index.html +++ b/files/de/web/javascript/reference/functions/rest_parameters/index.html @@ -1,12 +1,13 @@ --- title: Rest Parameter -slug: Web/JavaScript/Reference/Functions/rest_parameter +slug: Web/JavaScript/Reference/Functions/rest_parameters tags: - Functions - JavaScript - Rest - Rest Parameter translation_of: Web/JavaScript/Reference/Functions/rest_parameters +original_slug: Web/JavaScript/Reference/Functions/rest_parameter --- <div>{{jsSidebar("Functions")}}</div> |
