khulnasoft/Neophrase Translate Action

A GitHub Action to translate iOS and Android app strings using the Neophrase plugin for Fastlane.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyThe API key for OpenAI GPT (used for translation).yes${{ secrets.GPT_API_KEY }}
target_languageThe target language for translation (e.g., 'fr' for French).yes
source_languageThe source language for translation (optional). Defaults to auto-detection.no
model_nameThe OpenAI GPT model name to use (optional).no
temperatureSampling temperature for model output (optional, default is 0.5).no0.5
request_timeoutRequest timeout in seconds (optional, default is 30).no30
skip_translatedWhether to skip already translated strings (optional, default is true).notrue
source_filePath to the source strings file (e.g., Localizable.strings or strings.xml).yes
target_filePath to the output file for translated strings.yes
contextCommon context to provide for all translations (optional).no
bunch_sizeNumber of strings to translate in one request (optional).no
namedescription
translation_resultThe result of the translation process.