Skip to content

Commit a4d21ba

Browse files
authored
Merge pull request #18 from xchux/feature/add-project
Feature/add project
2 parents 265052c + d755d46 commit a4d21ba

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

locales/en.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,22 @@
8383
"project": {
8484
"title": "Project",
8585
"projects": [
86+
{
87+
"name": "2025 NTU ML",
88+
"profile": "NTU ML 2025 SPRING",
89+
"duration": "2025/05 - 2025/06",
90+
"descriptions": [
91+
"Learn the basics of machine learning and deep learning, and perform related course assignments."
92+
]
93+
},
94+
{
95+
"name": "Google Digital Talent Discovery Program",
96+
"profile": "Grow with Google",
97+
"duration": "2025/04 - 2025/06",
98+
"descriptions": [
99+
"Learn to use Google Cloud Computing applications and deployment and AI tools."
100+
]
101+
},
86102
{
87103
"name": "Python Docs Translation",
88104
"profile": "Sciwork Project",

locales/zh_TW.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,28 @@
8383
"project": {
8484
"title": "專案",
8585
"projects": [
86+
{
87+
"name": "2025 NTU ML",
88+
"profile": "NTU ML 2025 SPRING",
89+
"duration": "2025/05 - 2025/06",
90+
"descriptions": [
91+
"學習機器學習與深度學習的基礎知識,並實作相關課程作業。"
92+
]
93+
},
94+
{
95+
"name": "Google 數位人才探索計畫",
96+
"profile": "Grow with Google",
97+
"duration": "2025/04 - 2025/06",
98+
"descriptions": [
99+
"學習 Google Cloud Computing 應用與部屬與 AI 工具的使用。"
100+
]
101+
},
86102
{
87103
"name": "Python 官方文件翻譯",
88104
"profile": "Sciwork Project",
89105
"duration": "2024/05 - 2024/08",
90106
"descriptions": [
91-
"透過 AI 工具將文件翻譯成繁體中文,且在藉由人工微調."
107+
"透過 AI 工具將文件翻譯成繁體中文,且在藉由人工微調"
92108
]
93109
},
94110
{

0 commit comments

Comments
 (0)