Skip to content

i18n: Update pt translations#749

Merged
wildcard merged 1 commit intomainfrom
i18n/auto-translate-pt
Mar 25, 2026
Merged

i18n: Update pt translations#749
wildcard merged 1 commit intomainfrom
i18n/auto-translate-pt

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

Automated Translation Update

Locale: pt
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:04
@github-actions github-actions Bot added automated i18n Internationalization and localization labels Feb 1, 2026
@vercel
Copy link
Copy Markdown

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 22, 2026 3:57am
caro-foss-website Error Error Mar 22, 2026 3:57am
caro-slides Ready Ready Preview, Comment Mar 22, 2026 3:57am
caro-storybook Ready Ready Preview, Comment Mar 22, 2026 3:57am
cmdai Error Error Mar 22, 2026 3:57am
cmdai-saas Ready Ready Preview, Comment Mar 22, 2026 3:57am

Request Review

Copy link
Copy Markdown

@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 7 files

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Feb 1, 2026

Greptile Overview

Greptile Summary

This PR updates Portuguese translations across 5 JSON files and bumps the openai dependency from 6.16.0 to 6.17.0. The translations show improved phrasing and terminology consistency:

  • Standardized "companheiro" (companion) terminology throughout
  • Improved technical terms: "Habilidade" for Skill, "Demonstração" for Demo
  • Better phrasing for descriptions and navigation labels
  • Command examples correctly left in English
  • Brand name "Caro" properly preserved

Issue Found:

  • common.json:52 contains a spelling error: "Comparacões" should be "Comparações" (missing cedilla on ç)

Confidence Score: 4/5

  • Safe to merge after fixing the spelling error in common.json
  • Score reflects one minor but fixable spelling error in the translations. The dependency update is routine and safe. Once the cedilla is corrected in "Comparações", this PR will be ready to merge.
  • website/src/i18n/locales/pt/common.json needs the spelling correction on line 52

Important Files Changed

Filename Overview
package.json Minor dependency update: openai from 6.16.0 to 6.17.0
package-lock.json Lockfile update for openai dependency 6.16.0 → 6.17.0
website/src/i18n/locales/pt/common.json Updated Portuguese translations with improved phrasing; contains one spelling error ("Comparacões" missing cedilla)

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant GPT as OpenAI GPT-4
    participant EN as English Locale Files
    participant PT as Portuguese Locale Files
    participant Lock as package-lock.json

    Note over GHA: Scheduled Translation Workflow
    GHA->>EN: Read source translations
    EN-->>GHA: common.json, download.json, features.json, hero.json, navigation.json
    GHA->>GPT: Send English strings for translation
    Note over GPT: Translate to Portuguese<br/>Preserve brand names<br/>Keep placeholders
    GPT-->>GHA: Return Portuguese translations
    GHA->>PT: Update pt/*.json files
    GHA->>Lock: Update openai dependency (6.16.0 → 6.17.0)
    GHA->>GHA: Create pull request #749
    Note over GHA: PR ready for review
Loading

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

3 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

},
"mobile": {
"allComparisons": "Todas as Comparações",
"allComparisons": "Todas as Comparacões",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

"Comparacões" is misspelled, missing the cedilla

Suggested change
"allComparisons": "Todas as Comparacões",
"allComparisons": "Todas as Comparações",
Prompt To Fix With AI
This is a comment left during a code review.
Path: website/src/i18n/locales/pt/common.json
Line: 52:52

Comment:
"Comparacões" is misspelled, missing the cedilla

```suggestion
        "allComparisons": "Todas as Comparações",
```

How can I resolve this? If you propose a fix, please make it concise.

@github-actions github-actions Bot force-pushed the i18n/auto-translate-pt branch from 898d40e to 9df76e9 Compare February 8, 2026 04:05
@github-actions github-actions Bot force-pushed the i18n/auto-translate-pt branch from 9df76e9 to 9fbab93 Compare February 15, 2026 03:58
@github-actions github-actions Bot force-pushed the i18n/auto-translate-pt branch from 9fbab93 to 0cfc8f6 Compare February 22, 2026 03:55
@github-actions github-actions Bot force-pushed the i18n/auto-translate-pt branch from 0cfc8f6 to a51b87f Compare March 1, 2026 03:58
@github-actions github-actions Bot force-pushed the i18n/auto-translate-pt branch from a51b87f to 46d6dc5 Compare March 8, 2026 03:53
@github-actions github-actions Bot force-pushed the i18n/auto-translate-pt branch from 46d6dc5 to 76587e5 Compare March 15, 2026 04:04
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