Skip to content

Commit

Permalink
[zh-tw] sync translated content (#25454)
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <yin199909@aliyun.com>
  • Loading branch information
mdn-bot and yin1999 authored Jan 15, 2025
1 parent b877225 commit 32e478f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion files/zh-tw/_redirects.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DO NOT EDIT THIS FILE MANUALLY.
# Use the CLI instead.
# Use the CLI instead:
#
# yarn content add-redirect <fromURL> <toURL>
#
# FROM-URL TO-URL
/zh-TW/docs/AJAX /zh-TW/docs/Learn_web_development/Core/Scripting/Network_requests
Expand Down Expand Up @@ -624,6 +626,7 @@
/zh-TW/docs/Web/JavaScript/Guide/JavaScript_Overview /zh-TW/docs/Web/JavaScript/Guide/Introduction
/zh-TW/docs/Web/JavaScript/Guide/JavaScript_概觀 /zh-TW/docs/Web/JavaScript/Guide/Introduction
/zh-TW/docs/Web/JavaScript/Guide/JavaScript_概觀(JavaScript_Overview) /zh-TW/docs/Web/JavaScript/Guide/Introduction
/zh-TW/docs/Web/JavaScript/Guide/Numbers_and_dates /zh-TW/docs/Web/JavaScript/Guide/Numbers_and_strings
/zh-TW/docs/Web/JavaScript/Guide/Obsolete_Pages /zh-TW/docs/Web/JavaScript/Guide
/zh-TW/docs/Web/JavaScript/Guide/Values,_variables,_and_literals /zh-TW/docs/Web/JavaScript/Guide/Grammar_and_types
/zh-TW/docs/Web/JavaScript/Guide_old /zh-TW/docs/Web/JavaScript/Guide
Expand Down
2 changes: 1 addition & 1 deletion files/zh-tw/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -3143,7 +3143,7 @@
"modified": "2020-03-12T19:44:25.077Z",
"contributors": ["MartinChang0723", "jackblackevo", "AmamiyaLee"]
},
"Web/JavaScript/Guide/Numbers_and_dates": {
"Web/JavaScript/Guide/Numbers_and_strings": {
"modified": "2020-08-17T03:02:46.243Z",
"contributors": ["kenchill", "UnciaX"]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: 數字與日期
slug: Web/JavaScript/Guide/Numbers_and_dates
slug: Web/JavaScript/Guide/Numbers_and_strings
original_slug: Web/JavaScript/Guide/Numbers_and_dates
---

{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Expressions_and_operators", "Web/JavaScript/Guide/Text_formatting")}}
{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Expressions_and_operators", "Web/JavaScript/Guide/Representing_dates_times")}}

這個章節將介紹如何在 JavaScript 中處理數字與日期。

Expand Down Expand Up @@ -258,4 +259,4 @@ function JSClock() {

最後,判斷 `hour` 是不是大於等於 12 ,如果是就在 `temp` 加上 "P.M." ,不然就加上 "A.M."。

{{PreviousNext("Web/JavaScript/Guide/Expressions_and_operators", "Web/JavaScript/Guide/Text_formatting")}}
{{PreviousNext("Web/JavaScript/Guide/Expressions_and_operators", "Web/JavaScript/Guide/Representing_dates_times")}}

0 comments on commit 32e478f

Please sign in to comment.