Skip to content

i18n: Update ur translations#758

Open
github-actions[bot] wants to merge 1 commit intomainfrom
i18n/auto-translate-ur
Open

i18n: Update ur translations#758
github-actions[bot] wants to merge 1 commit intomainfrom
i18n/auto-translate-ur

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 1, 2026

Automated Translation Update

Locale: ur
Trigger: schedule
Source: English JSON files in website/src/i18n/locales/en/

This PR was automatically generated by the translation workflow using OpenAI GPT-4.

Checklist

  • Review translated strings for accuracy
  • Check placeholders like {count}, {name} are preserved
  • Verify brand names like "Caro" remain unchanged
  • Test RTL rendering for Hebrew/Arabic/Urdu
  • Build website to verify no syntax errors

🤖 Generated with automated translation workflow

@github-actions github-actions bot requested a review from wildcard as a code owner February 1, 2026 04:17
@github-actions github-actions bot added i18n Internationalization and localization automated labels Feb 1, 2026
@vercel
Copy link

vercel bot commented Feb 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
caro-docs Ready Ready Preview, Comment Mar 15, 2026 4:19am
caro-foss-website Error Error Mar 15, 2026 4:19am
caro-slides Ready Ready Preview, Comment Mar 15, 2026 4:19am
caro-storybook Ready Ready Preview, Comment Mar 15, 2026 4:19am
cmdai Error Error Mar 15, 2026 4:19am
cmdai-saas Ready Ready Preview, Comment Mar 15, 2026 4:19am

Request Review

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 8 files

@greptile-apps
Copy link

greptile-apps bot commented Feb 1, 2026

Greptile Overview

Greptile Summary

This PR updates Urdu (ur) translations across the website with improved phrasing, consistent technical terminology, and better RTL (right-to-left) language flow. The automated translation workflow also bumped the openai dependency from 6.16.0 to 6.17.0.

Key improvements:

  • Refined technical terms (e.g., "shell" → "شیل", "terminal" → "ٹرمینل")
  • Improved consistency in button labels and status indicators
  • Better Urdu phrasing for navigation and common UI elements
  • Brand names properly preserved: "Caro", "Claude", "GitHub", "POSIX", etc.
  • Shell commands and code examples preserved intact

Validation checklist:

  • ✅ Brand names unchanged (Caro, Claude, GitHub, Warp, Kiro, AWS, etc.)
  • ✅ Technical terms preserved (POSIX, MCP, CLI, MLX, GPU, BSD, GNU)
  • ✅ Code examples and commands unchanged
  • ✅ JSON structure and keys preserved
  • ⚠️ RTL rendering should be tested with actual Urdu users
  • ⚠️ Build verification needed to confirm no syntax errors

Confidence Score: 5/5

  • Safe to merge - automated translation update with proper preservation of technical terms and brand names
  • All translations properly preserve brand names, technical terminology, and code examples. The openai dependency bump is a minor version update. No logical errors or breaking changes introduced.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Minor version bump for openai dependency from 6.16.0 to 6.17.0
website/src/i18n/locales/ur/common.json Improved Urdu translations with better technical terminology and RTL phrasing
website/src/i18n/locales/ur/hero.json Refined hero section translations with clearer Urdu phrasing
website/src/i18n/locales/ur/features.json Updated feature descriptions with more consistent technical terms in Urdu
website/src/i18n/locales/ur/download.json Enhanced download page translations with clearer instructions in Urdu

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant OpenAI as OpenAI API
    participant Repo as Repository
    participant Files as Translation Files
    
    Note over GHA: Scheduled Translation Run
    GHA->>Repo: Checkout main branch
    GHA->>Files: Read English source files
    Files-->>GHA: en/*.json contents
    
    loop For each locale (ur)
        GHA->>OpenAI: Send translation request (v6.17.0)
        Note over OpenAI: GPT-4 translates strings<br/>Preserves placeholders<br/>Maintains brand names
        OpenAI-->>GHA: Translated Urdu strings
        GHA->>Files: Update ur/*.json files
    end
    
    GHA->>Repo: Update package dependencies
    Note over Repo: openai: 6.16.0 → 6.17.0
    
    GHA->>Repo: Create Pull Request #758
    Note over Repo: PR ready for review<br/>Checklist items for validation
Loading

@github-actions github-actions bot force-pushed the i18n/auto-translate-ur branch from bc02aba to f9a5b5e Compare February 8, 2026 04:19
@github-actions github-actions bot force-pushed the i18n/auto-translate-ur branch from f9a5b5e to 694dac3 Compare February 15, 2026 04:12
@github-actions github-actions bot force-pushed the i18n/auto-translate-ur branch from 694dac3 to ddcc8d9 Compare February 22, 2026 04:10
@github-actions github-actions bot force-pushed the i18n/auto-translate-ur branch from ddcc8d9 to 1396e40 Compare March 1, 2026 04:13
@github-actions github-actions bot force-pushed the i18n/auto-translate-ur branch from 1396e40 to 877ef0c Compare March 8, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated i18n Internationalization and localization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant