Skip to content

Commit 0ecc5be

Browse files
authored
Fixed Chinese translation for "source.file.date.created" (#2751)
Signed-off-by: Jack Cherng <[email protected]>
1 parent 40060ea commit 0ecc5be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/partials/languages/zh-Hant.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"source.link.title": "前往 GitHub 倉庫",
4444
"source.revision.date": "最後更新",
4545
"source.file.date.updated": "最後更新",
46-
"source.file.date.created": "已建立",
46+
"source.file.date.created": "建立日期",
4747
"toc.title": "目錄"
4848
}[key] }}{% endmacro %}

src/partials/languages/zh-TW.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"source.link.title": "前往倉庫",
4444
"source.revision.date": "最後更新",
4545
"source.file.date.updated": "最後更新",
46-
"source.file.date.created": "สร้าง",
46+
"source.file.date.created": "建立日期",
4747
"toc.title": "目錄"
4848
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)