kevinrohn/Github Action Markdown Translate AI

A Github Action to translate markdown files using custom AI models

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyAPI key for the translation service provideryes
service_providerTranslation AI service provider to use. Options: openai, anthropic, gemini and deepseekyesopenai
modelModel to use for translation. Options: See README.mdyesgpt-4o
source_languageSource languageyesEnglish
target_languageTarget languageyesGerman
file_pathPath to the markdown fileyes
output_file_pathPath to the translated markdown fileyes
update_modeIf this flag is set to true, the original markdown file will be updated with the translated contentnofalse
namedescription
total_tokens_usedTotal tokens used for translation
input_tokens_usedInput tokens used for translation
output_tokens_usedOutput tokens used for translation
duration_secondsDuration of the translation process in seconds