Skip to content

Commit

Permalink
add translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
george-misan committed Jan 24, 2025
1 parent 1cbc317 commit 2525009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const ManageCourse: React.FC<React.PropsWithChildren<Props>> = ({ course, refetc
`}
>
<p>
To learn how to use the course editor effectively, click the link below to view the
<a href="https://github.com/rage/secret-project-331/wiki"> documentation</a>.
{t("wiki-link-text")}
<a href="https://github.com/rage/secret-project-331/wiki"> {t("documentation")}</a>.
</p>
<h1
className={css`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"disable-sandbox": "Disable sandbox",
"do-not-add-duplicate-completions-for-these-users": "Skip these users without adding duplicate completions.",
"do-you-want-to-join-this-course": "Do you want to join this course",
"documentation": "documentation",
"draft": "Draft",
"duplicate": "Duplicate",
"duration": "Duration",
Expand Down Expand Up @@ -213,6 +214,7 @@
"exam-edited-successfully": "Exam edited successfully",
"exam-list": "Exams",
"exercise": "Exercise",
"wiki-link-text": "To learn how to use the course editor effectively, click the link below to view the",
"exercise-repositories-add": "Add exercise repository",
"exercise-repositories-added": "Added exercise repository",
"exercise-repositories-deleted": "Deleted exercise repository",
Expand Down Expand Up @@ -729,4 +731,4 @@
"weekday-wednesday": "Wednesday",
"you-are-being-redirected-to-completion-registration-page-if-nothing-happens-click-here": "You are automatically being redirected to Open University's completion registration page. If nothing happens, please <2>click here</2>.",
"your-name": "Your name"
}
}

0 comments on commit 2525009

Please sign in to comment.