Files
yourpart3/mcp/language-course-server/data/glossary.example.json
Torsten Schulz (local) 1ab9407e79
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
2026-07-21 09:08:15 +02:00

15 lines
252 B
JSON
Executable File

{
"version": 1,
"entries": [
{
"id": "ex-1",
"targetLang": "de",
"nativeLang": "en",
"term": "Guten Tag",
"translation": "Good day",
"context": "formal greeting",
"tags": ["greeting", "A1"]
}
]
}