Skip to content

Make your library's README.md available in multiple languages.

Notifications You must be signed in to change notification settings

humonnom/translateme

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README AI Translator Action

This GitHub Action automatically translates your README.md file to different languages using OpenAI's GPT-4.

Features

  • Preserves markdown formatting
  • Supports multiple languages
  • Easy to integrate
  • Uses OpenAI's GPT-4 for high-quality translations

Usage

name: Translate README

on:
  push:
    paths:
      - 'README.md'

jobs:
  translate:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Translate README
        uses: humonnom/translateme@v1
        with:
          api_key: ${{ secrets.OPENAI_API_KEY }}

About

Make your library's README.md available in multiple languages.

Resources

Stars

Watchers

Forks

Packages

No packages published