diff --git a/CHANGELOG.md b/CHANGELOG.md index a44994b8..0f1a4060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Automatic support for WebP images ([#693](https://github.com/jpanther/congo/pull/693)) - Warning when building if links to Markdown files cannot be resolved ([#691](https://github.com/jpanther/congo/pull/691)) - Ability to share articles to Telegram and Line ([#719](https://github.com/jpanther/congo/pull/719)) -- New icon for `line` ([#719](https://github.com/jpanther/congo/pull/719)) +- New icon for `line`([#719](https://github.com/jpanther/congo/pull/719)) +- Korean translation ([#731](https://github.com/jpanther/congo/pull/731)) ### Changed diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 9f5bf608..3ae0f434 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -66,6 +66,7 @@ The theme currently supports the following languages out of the box: | :indonesia: Indonesian | `id` | | :it: Italian | `it` | | :jp: Japanese | `ja` | +| :kr: Korean | `ko` | | :poland: Polish | `pl` | | :brazil: Portuguese (Brazil) | `pt-br` | | :portugal: Portuguese (Portugal) | `pt-pt` |