feat: Add all supported languages to source_lang and target_lang specs#43
Merged
daniel-jones-dev merged 2 commits intomainfrom Feb 18, 2026
Merged
feat: Add all supported languages to source_lang and target_lang specs#43daniel-jones-dev merged 2 commits intomainfrom
daniel-jones-dev merged 2 commits intomainfrom
Conversation
4c791c7 to
6a4a452
Compare
…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>
6a4a452 to
3f6bc66
Compare
daniel-jones-dev
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/TargetLanguageandSourceLanguageText/TargetLanguageTextare consolidated to remove duplication.