Skip to content

Commit 9e771da

Browse files
authored
chore(i18n,client): processed translations (freeCodeCamp#65829)
1 parent e37faff commit 9e771da

12 files changed

Lines changed: 346 additions & 290 deletions

File tree

client/i18n/locales/chinese-traditional/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3643,6 +3643,12 @@
36433643
"title": "Introduction to Strings",
36443644
"intro": ["In these lessons, you will learn about strings in Python."]
36453645
},
3646+
"workshop-employee-profile-generator": {
3647+
"title": "Build an Employee Profile Generator",
3648+
"intro": [
3649+
"In this workshop, you will practice the fundamentals of string manipulation in Python by building a tool that generates formatted employee badges and analyzes employee codes."
3650+
]
3651+
},
36463652
"lecture-numbers-and-mathematical-operations": {
36473653
"title": "Numbers and Mathematical Operations",
36483654
"intro": [

client/i18n/locales/chinese/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3643,6 +3643,12 @@
36433643
"title": "Introduction to Strings",
36443644
"intro": ["In these lessons, you will learn about strings in Python."]
36453645
},
3646+
"workshop-employee-profile-generator": {
3647+
"title": "Build an Employee Profile Generator",
3648+
"intro": [
3649+
"In this workshop, you will practice the fundamentals of string manipulation in Python by building a tool that generates formatted employee badges and analyzes employee codes."
3650+
]
3651+
},
36463652
"lecture-numbers-and-mathematical-operations": {
36473653
"title": "Numbers and Mathematical Operations",
36483654
"intro": [

0 commit comments

Comments
 (0)