Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 5, 2024
1 parent ca284f1 commit afa8b30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ chatgpt-translate:
permalink: :year-:month-:day-:title-french.html
```

Here, the source language is English (`en`), the target one is Chinese (`zh`),
the layout is `_layout/translated.html` (you must have this file).
Here, the source language is English (`en`), the targets are Chinese (`zh`) and French (`fr`),
where the layout for Chinese is `_layout/chinese-translated.html` and for
French is `_layout/translated.html` (you must have these files).

OpenAI API KEY must be set in `OPENAI_API_KEY` environment variable, otherwise
the plugin will not do any translation and won't generate translated pages.
Expand Down

0 comments on commit afa8b30

Please sign in to comment.