Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryThis 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 Key improvements:
Validation checklist:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
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
|
bc02aba to
f9a5b5e
Compare
f9a5b5e to
694dac3
Compare
694dac3 to
ddcc8d9
Compare
ddcc8d9 to
1396e40
Compare
1396e40 to
877ef0c
Compare
877ef0c to
f4523a9
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: 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
{count},{name}are preserved🤖 Generated with automated translation workflow