diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index f78ebe4..f3e931e 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -27,4 +27,5 @@ jobs: apikey: ${{ secrets.OPENAI_API_KEY }} inputFiles: './README.md' outputFiles: 'DE/*.md FR/*.md CH/*.md PL/*.md JA/*.md ES/*.md' - languages: 'German French Mandarin Polish Japanese Spanish' \ No newline at end of file + languages: 'German French Mandarin Polish Japanese Spanish' + prompt: 'Act as an expert computer scientist who is a native speaker of {targetLanguage} and has good background in materials science. Please translate the given Engligh technical description of research activities into {targetLanguage} and output it in Markdown format. If you translate headers, make sure to adjust internal Markdown hyperlinks.' \ No newline at end of file