Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryThis automated PR updates French translations and bumps the openai package dependency from ^6.16.0 to ^6.17.0. Key Changes:
Issues Found:
Translation Quality:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GHA as GitHub Actions
participant GPT as OpenAI GPT-4
participant Repo as Repository
participant Files as French Locale Files
GHA->>Repo: Scheduled trigger
GHA->>Files: Read en/*.json source files
GHA->>GPT: Send English strings for translation
Note over GPT: Translate to French<br/>using openai ^6.17.0
GPT-->>GHA: Return French translations
GHA->>Files: Update fr/*.json files
GHA->>Repo: Update package.json<br/>(openai dependency)
GHA->>Repo: Commit & create PR #747
Note over Repo: PR includes:<br/>- 6 translation files<br/>- package.json<br/>- package-lock.json
|
| { | ||
| "title": "🔧 CLI autonome", | ||
| "exampleCommand": "caro \"liste les fichiers > 100 Mo\"" | ||
| "exampleCommand": "caro \"list files > 100MB\"" |
There was a problem hiding this comment.
shell command should remain in English, not translated to French
Suggested change
| "exampleCommand": "caro \"list files > 100MB\"" | |
| "exampleCommand": "caro \"list files > 100MB\"" |
Prompt To Fix With AI
This is a comment left during a code review.
Path: website/src/i18n/locales/fr/download.json
Line: 21:21
Comment:
shell command should remain in English, not translated to French
```suggestion
"exampleCommand": "caro \"list files > 100MB\""
```
How can I resolve this? If you propose a fix, please make it concise.| "exampleCommand": "caro \"trouve tous les fichiers python modifiés ces 7 derniers jours\"", | ||
| "description": "Caro générera la commande et veillera à votre sécurité. Le script d'installation gère tous les prérequis, y compris la compilation Rust." | ||
| "intro": "Après avoir exécuté le script de configuration ci-dessus, utilisez simplement Caro :", | ||
| "exampleCommand": "caro \"find all python files modified in the last 7 days\"", |
There was a problem hiding this comment.
shell command should remain in English, not translated to French
Suggested change
| "exampleCommand": "caro \"find all python files modified in the last 7 days\"", | |
| "exampleCommand": "caro \"find all python files modified in the last 7 days\"", |
Prompt To Fix With AI
This is a comment left during a code review.
Path: website/src/i18n/locales/fr/download.json
Line: 38:38
Comment:
shell command should remain in English, not translated to French
```suggestion
"exampleCommand": "caro \"find all python files modified in the last 7 days\"",
```
How can I resolve this? If you propose a fix, please make it concise.fd5c547 to
48d2234
Compare
48d2234 to
d6b62fd
Compare
d6b62fd to
7d03dba
Compare
7d03dba to
2c52a96
Compare
2c52a96 to
66f200e
Compare
66f200e to
bf21eab
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: fr
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