Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/src/ts/constants/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const LanguageGroups: Record<string, Language[]> = {
"english_shakespearean",
"english_old",
"english_medical",
"english_legal",
],
spanish: ["spanish", "spanish_1k", "spanish_10k", "spanish_650k"],
french: [
Expand Down
6 changes: 6 additions & 0 deletions frontend/static/languages/english_legal.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/schemas/src/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ export const LanguageSchema = z.enum(
"code_vhdl",
"lao",
"code_6502_assembly",
"english_legal",
],
{
errorMap: customEnumErrorHandler("Must be a supported language"),
Expand Down
Loading