Skip to content

Commit 57546bb

Browse files
committed
Localize stuff
1 parent 78e878f commit 57546bb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/client/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
"searchCourse": "Search course (input at least 4 characters)",
116116
"promptCount": "Prompts",
117117
"tokenUsage": "Used tokens",
118-
"activityPeriod": "Course active"
118+
"activityPeriod": "Course active",
119+
"lastUpdate": "Latest release: "
119120
},
120121
"course": {
121122
"curreEnabled": "CurreChat is enabled for the course",

src/client/locales/fi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
"searchCourse": "Etsi kurssia (syötä vähintään 4 merkkiä)",
115115
"promptCount": "Alustukset",
116116
"tokenUsage": "Käytetyt tokenit",
117-
"activityPeriod": "Kurssi käynnissä"
117+
"activityPeriod": "Kurssi käynnissä",
118+
"lastUpdate": "Viimeisin julkaisu: "
118119
},
119120
"course": {
120121
"curreEnabled": "CurreChat on käytössä kurssilla",

src/client/locales/sv.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"searchCourse": "Search course (input at least 4 characters)",
111111
"promptCount": "Prompts",
112112
"tokenUsage": "Used tokens",
113-
"activityPeriod": "Course active"
113+
"activityPeriod": "Course active",
114+
"lastUpdate": "Latest release: "
114115
},
115116
"course": {
116117
"courseUpdated": "Course updated",

0 commit comments

Comments
 (0)