Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryThis PR updates Portuguese translations across 5 JSON files and bumps the
Issue Found:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
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
|
| }, | ||
| "mobile": { | ||
| "allComparisons": "Todas as Comparações", | ||
| "allComparisons": "Todas as Comparacões", |
There was a problem hiding this comment.
"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.898d40e to
9df76e9
Compare
9df76e9 to
9fbab93
Compare
9fbab93 to
0cfc8f6
Compare
0cfc8f6 to
a51b87f
Compare
a51b87f to
46d6dc5
Compare
46d6dc5 to
76587e5
Compare
76587e5 to
a72c23b
Compare
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.
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
{count},{name}are preserved🤖 Generated with automated translation workflow