reyesp23/GPT-4 Localization for iOS
Localize your iOS app using GPT-4
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 24, 2024
- License
- MIT
Pinned Snippet
uses: reyesp23/gpt-ios-localization@40bbc552b4f657b5fcca162d81c5c9220ed10a88 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| HEAD_REF | Git reference (SHA or branch name) for the head commit of the working branch. This commit contains the string changes on the base language. | yes | — |
| SOURCE_REF | Git reference (SHA or branch name) of the base commit or branch for comparison during the localization process. | yes | — |
| GITHUB_TOKEN | The GitHub token for making API requests | yes | — |
| OPENAI_KEY | OpenAI key for accessing the API | yes | — |
| LLM_MODEL | The language model to use for localization | no | gpt-4 |
| BASE_LANGUAGE | The base language of the project | yes | — |
| TARGET_LANGUAGES | The target languages for localization | yes | — |
| PR_BASE_BRANCH | The base branch for creating the PR | yes | — |
| PR_TITLE | Title for the automatically created PR | no | Automated localization update |
| PR_BODY | Body for the automatically created PR | no | This PR includes the latest localization updates. |
| PR_LABELS | Labels for the automatically created PR | no | localization, automated pr |
Outputs
no outputs