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/zh-tw/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/zh-tw/web/javascript/reference/operators')
4 files changed, 4 insertions, 0 deletions
diff --git a/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html b/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html index a91f586c80..050c362008 100644 --- a/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html +++ b/files/zh-tw/web/javascript/reference/operators/arithmetic_operators/index.html @@ -2,6 +2,7 @@ title: 算術運算子 slug: Web/JavaScript/Reference/Operators/Arithmetic_Operators translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html b/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html index ed5df1092b..86f78270b5 100644 --- a/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html +++ b/files/zh-tw/web/javascript/reference/operators/bitwise_operators/index.html @@ -2,6 +2,7 @@ title: 位元運算子 slug: Web/JavaScript/Reference/Operators/Bitwise_Operators translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Bitwise_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html b/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html index 70345e158c..f0b3e39c6e 100644 --- a/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html +++ b/files/zh-tw/web/javascript/reference/operators/comparison_operators/index.html @@ -2,6 +2,7 @@ title: 比較運算子 slug: Web/JavaScript/Reference/Operators/Comparison_Operators translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Comparison_Operators --- <div>{{jsSidebar("Operators")}}</div> diff --git a/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html b/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html index 9a7138244c..2fb07f891e 100644 --- a/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html +++ b/files/zh-tw/web/javascript/reference/operators/logical_operators/index.html @@ -2,6 +2,7 @@ title: Logical operators slug: Web/JavaScript/Reference/Operators/Logical_Operators translation_of: Web/JavaScript/Reference/Operators +translation_of_original: Web/JavaScript/Reference/Operators/Logical_Operators --- <div>{{jsSidebar("Operators")}}</div> |