Skip to content

feat: Add all supported languages to source_lang and target_lang specs#43

Merged
daniel-jones-dev merged 2 commits intomainfrom
add.langs
Feb 18, 2026
Merged

feat: Add all supported languages to source_lang and target_lang specs#43
daniel-jones-dev merged 2 commits intomainfrom
add.langs

Conversation

@jason-gardella-deepl
Copy link
Member

@jason-gardella-deepl jason-gardella-deepl commented Feb 17, 2026

Updates the SourceLanguage and TargetLanguage schemas to include the complete list of supported language codes, expanding from ~30 to the full set of available languages.

SourceLanguage/TargetLanguage and SourceLanguageText/TargetLanguageText are consolidated to remove duplication.

@jason-gardella-deepl jason-gardella-deepl force-pushed the add.langs branch 3 times, most recently from 4c791c7 to 6a4a452 Compare February 17, 2026 20:44
jason-gardella-deepl and others added 2 commits February 17, 2026 15:47
…rget_lang specs

Updates the SourceLanguage and TargetLanguage schemas to include the complete list of supported language codes, expanding from ~30 to the full set of available languages.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Consolidates the redundant SourceLanguageText and SourceLanguage schemas into a single SourceLanguage schema. After the previous commit expanded both schemas to include the same 112 language codes, these schemas became identical and maintaining both added unnecessary duplication.

Changes:
- Replace all references to SourceLanguageText with SourceLanguage
- Remove SourceLanguageText schema definition from both YAML and JSON specs
- Update CHANGELOG to document this refactoring

This simplifies maintenance by ensuring there's only one source language schema to update when languages are added or modified.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@daniel-jones-dev daniel-jones-dev merged commit 0f1ce79 into main Feb 18, 2026
1 check passed
@daniel-jones-dev daniel-jones-dev deleted the add.langs branch February 18, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments