feat: Add i18n support, new content block types, course export, and lesson interaction tracking.

This commit is contained in:
2026-01-17 02:19:39 -03:00
parent b166387a48
commit 05faa20993
50 changed files with 3368 additions and 388 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"common": {
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"create": "Create",
"loading": "Loading...",
"search": "Search",
"back": "Back",
"next": "Next",
"publish": "Publish",
"preview": "Preview"
},
"nav": {
"courses": "Courses",
"globalControl": "Global Control",
"webhooks": "Webhooks",
"profile": "Profile",
"signOut": "Sign Out"
},
"dashboard": {
"title": "Studio Dashboard",
"newCourse": "New Course",
"aiBuilder": "AI Builder",
"noCourses": "No courses available."
},
"editor": {
"outline": "Outline",
"settings": "Settings",
"newModule": "New Module",
"newLesson": "New Lesson",
"addBlock": "Add Content Block",
"publishToOrg": "Publish to Organization",
"reading": "Reading"
}
}