Skip to content

Commit

Permalink
tweak prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
thias15 committed Jun 2, 2024
1 parent 27b3336 commit 5e692db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gpt-translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
prompt: |
Please translate the README source file to {targetLanguage}. \
Make the translation sound as natural as possible. \
Make sure that {targetLanguage} is linked to the corresponding README file using its Language Culture Name. \
Keep the HTML snippet in the same place as in the source file or add it at the top and keep existing languages. \
For example, for English, Chinese and German the top of the README should look like this:
Keep the HTML snippet in the same place as in the source file or add it below the top heading and keep existing languages. \
{targetLanguage} should be shown in plaintext and other languages as links to the corresponding README files using the Language Culture Name. \
For example, for English, Chinese and German the top of the German README should look like this:
<p align="center">
<a href="README.md">English</a> |
<a href="README.zh-CN.md">简体中文</a> |
<a href="README.de-DE.md">Deutsch</a>
<span>Deutsch</span>
</p>
Do NOT add ``` tags to the HTML snippet.

0 comments on commit 5e692db

Please sign in to comment.