Skip to content

Commit a79a727

Browse files
committed
🗄 chore: Update languageCode to use congo translation
See gohugoio/hugo#14204
1 parent c1be7c2 commit a79a727

2 files changed

Lines changed: 1 addition & 61 deletions

File tree

config/_default/languages.zh-tw.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
languageCode = "zh-tw"
1+
languageCode = "zh-Hant"
22
languageName = "🇹🇼 中文 (台灣)"
33
languageDirection = "ltr"
44
weight = 1

i18n/zh-TW.yaml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,3 @@
1-
# https://github.com/jpanther/congo/blob/v2.12.2/i18n/zh-Hant.yaml
2-
article:
3-
anchor_label: "定位點"
4-
date: "{{ .Date }}"
5-
date_updated: "上次編輯: {{ .Date }}"
6-
draft: "草稿"
7-
edit_title: "編輯內容"
8-
reading_time:
9-
one: "{{ .Count }} 分鐘"
10-
other: "{{ .Count }} 分鐘"
11-
reading_time_title: "預計閱讀時間"
12-
table_of_contents: "目錄"
13-
word_count:
14-
one: "{{ .Count }} 字"
15-
other: "{{ .Count }} 字"
16-
17-
author:
18-
byline_title: "作者"
19-
20-
code:
21-
copy: "複製"
22-
copied: "已複製"
23-
241
error:
252
404_title: ":face_screaming_in_fear: 哦不!<br/>你要找的網頁被外星人偷走了 QQ"
26-
404_error: "404 錯誤"
273
404_description: "快逃回安全的地方"
28-
29-
footer:
30-
dark_appearance: "切換為深色模式"
31-
light_appearance: "切換為淺色模式"
32-
powered_by: "以 {{ .Hugo }} &amp; {{ .Congo }} 製作"
33-
34-
list:
35-
externalurl_title: "外部網站連結"
36-
no_articles: "這裡還沒有任何文章。"
37-
38-
nav:
39-
scroll_to_top_title: "捲動到頁頂"
40-
skip_to_main: "快轉到主要內容"
41-
42-
search:
43-
open_button_title: "搜尋 (/)"
44-
close_button_title: "關閉 (Esc)"
45-
input_placeholder: "搜尋"
46-
47-
sharing:
48-
email: "以電子郵件發送"
49-
facebook: "分享到 Facebook"
50-
linkedin: "分享到 LinkedIn"
51-
mastodon: "嘟到 Mastodon"
52-
pinterest: "釘到 Pinterest"
53-
reddit: "發送到 Reddit"
54-
twitter: "推到 Twitter"
55-
threads: "發送到 Threads"
56-
telegram: "分享到 Telegram"
57-
line: "分享到 LINE"
58-
weibo: "分享到微博"
59-
x-twitter: "發送到 X"
60-
xing: "分享到 XING"
61-
62-
shortcode:
63-
recent_articles: "最近的文章"

0 commit comments

Comments
 (0)