-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fix/galician #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/galician #39
Conversation
Caution Review failedThe pull request is closed. WalkthroughThis update adjusts several GitHub Actions workflows to use Python 3.11 instead of earlier versions and revises testing matrices and branch references. A new translations job has been introduced into the release workflow with a dependency update for the publishing step. Additionally, an obsolete workflow file was removed. Vocabulary files across different locales have been updated by adding new entries, modifying existing ones, or removing redundant files. The translation synchronization script now features enhanced template expansion, deduplication, and improved file path handling. Changes
Sequence Diagram(s)sequenceDiagram
participant RW as Release Workflow
participant T as Translations Job
participant PA as Publish Alpha Job
participant Repo as Repository
RW->>T: Checkout repository (dev branch)
T->>T: Setup Python 3.11 & install ovos-utils
T->>Repo: Run sync translations script
T->>Repo: Commit translation updates
T-->>RW: Job completes
RW->>PA: Trigger publish_alpha (dependency on translations)
sequenceDiagram
participant S as sync_translations.py
participant Input as Translation Samples
participant FS as File System
S->>Input: Read samples
S->>S: Expand templates and deduplicate samples
S->>FS: Ensure target directory exists (os.makedirs)
S->>FS: Write processed translations to file
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (12)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* Merge pull request #36 from daniferlop/dev Galician translation * Intents (#37) * fix: improve matching based on gathered open data some utterances are not sent to common query when they should, expand the voc for the short-circuit check so more utterances are caught * fix: improve matching based on gathered open data some utterances are not sent to common query when they should, expand the voc for the short-circuit check so more utterances are caught * fix: improve matching based on gathered open data some utterances are not sent to common query when they should, expand the voc for the short-circuit check so more utterances are caught * Increment Version to 1.1.1a1 * Update Changelog * Fix/galician (#39) * fix: galician * fix: galician * Increment Version to 1.1.1a2 * Update Changelog --------- Co-authored-by: daniferlop <[email protected]> Co-authored-by: JarbasAI <[email protected]> Co-authored-by: JarbasAl <[email protected]>
Summary by CodeRabbit