diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
|---|---|---|
| committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
| commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
| tree | e79f55a57428a312358befac396d4abe25730206 /files/de/web/javascript/reference/operators | |
| parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
| download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip | |
adding translation_of_original to front-matter
Diffstat (limited to 'files/de/web/javascript/reference/operators')
5 files changed, 5 insertions, 0 deletions
diff --git a/files/de/web/javascript/reference/operators/bitwise_operatoren/index.html b/files/de/web/javascript/reference/operators/bitwise_operatoren/index.html index 01b1ed5712..598d43df68 100644 --- a/files/de/web/javascript/reference/operators/bitwise_operatoren/index.html +++ b/files/de/web/javascript/reference/operators/bitwise_operatoren/index.html @@ -6,6 +6,7 @@ tags: - Operator - Reference translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Bitwise_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/de/web/javascript/reference/operators/logische_operatoren/index.html b/files/de/web/javascript/reference/operators/logische_operatoren/index.html index 89c24eb33c..6a20e85b79 100644 --- a/files/de/web/javascript/reference/operators/logische_operatoren/index.html +++ b/files/de/web/javascript/reference/operators/logische_operatoren/index.html @@ -11,6 +11,7 @@ tags: - and - or translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/de/web/javascript/reference/operators/spread_operator/index.html b/files/de/web/javascript/reference/operators/spread_operator/index.html index 13b3070be5..ee125663f4 100644 --- a/files/de/web/javascript/reference/operators/spread_operator/index.html +++ b/files/de/web/javascript/reference/operators/spread_operator/index.html @@ -7,6 +7,7 @@ tags: - JavaScript - Operator translation_of: Web/JavaScript/Reference/Operators/Spread_syntax +translation_of_original: Web/JavaScript/Reference/Operators/Spread_operator --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/de/web/javascript/reference/operators/vergleichsoperatoren/index.html b/files/de/web/javascript/reference/operators/vergleichsoperatoren/index.html index 2f4baae5a3..ceedd1eb07 100644 --- a/files/de/web/javascript/reference/operators/vergleichsoperatoren/index.html +++ b/files/de/web/javascript/reference/operators/vergleichsoperatoren/index.html @@ -6,6 +6,7 @@ tags: - Operator - Reference translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/de/web/javascript/reference/operators/zuweisungsoperator/index.html b/files/de/web/javascript/reference/operators/zuweisungsoperator/index.html index f0ab62f255..5df33bfe62 100644 --- a/files/de/web/javascript/reference/operators/zuweisungsoperator/index.html +++ b/files/de/web/javascript/reference/operators/zuweisungsoperator/index.html @@ -5,6 +5,7 @@ tags: - JavaScript - Operator translation_of: Web/JavaScript/Reference/Operators#Assignment_operators +translation_of_original: Web/JavaScript/Reference/Operators/Assignment_Operators --- <div>{{jsSidebar("Operators")}}</div> |
