From 098e1db25da7cc96b48f5aa1ec0cb678753e5e34 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:53:45 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ exampleSite/content/docs/configuration/index.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bcb6497..7978fe00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- Arabic translation ([#521](https://github.com/jpanther/congo/pull/521)) + ### Changed - Search results now respect `showDate` value when displaying article metadata ([#511](https://github.com/jpanther/congo/pull/511)) diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 7d439b55..52811407 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -51,6 +51,7 @@ The theme currently supports the following languages out of the box: | Language | Code | | --------------------------------------- | ------- | | :gb: **English (default)** | `en` | +| :egypt: Arabic | `ar` | | :bangladesh: Bengali | `bn` | | :cn: Chinese - Simplified (China) | `zh-cn` | | :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |