Document pt_br, es_419 and th - #33
Merged
Merged
Conversation
Nothing here validated the language list — no Literal, no argparse choices — so this is README, CLI help and the context7 rule only. As in sonilo-js the rule was rewritten rather than extended, to stay inside the 255-character cap it was already 251 characters into. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Lightsage docs evalsWaiting for the staging docs URL before running evals. Lightsage will start the selected PR evals automatically when GitHub reports a successful docs deployment for this PR. This usually happens within 15 minutes. Commit: |
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.
Depends on sonilo-ai/sonilo-api-dashboard#298 (the API gate) and sonilo-ai/sonilo-dubbing-pipeline#19 (already deployed).
Documentation only. Nothing here validates the language list — no
Literal, no argparsechoices— so an older SDK already works against the new languages today; this just stops the README and--helpfrom under-reporting what the API takes.As in the sonilo-js PR the context7 rule was rewritten rather than extended, to stay inside the 255-character cap it was already 251 characters into. This repo has no test enforcing that cap (sonilo-js does, which is how the limit surfaced), but the constraint comes from context7 itself, so it applies here the same way.
Test suite is unchanged from
main: 34 failed, 255 passed, identical before and after — pre-existing failures intest_video_to_sound/test_video_analysis, untouched by a docs change.🤖 Generated with Claude Code