From f42159bfaffcc52b9c4315fcd84629ef97f12f58 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 13 Feb 2022 18:38:34 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog=20and=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ exampleSite/content/docs/configuration.md | 1 + exampleSite/content/docs/version-2/_index.md | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d512f0..a069645f 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 + +- Bengali translation ([#115](https://github.com/jpanther/congo/pull/115)) + ### Fixed - Updated date is displayed even when it is the same as published date diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index ed952c48..b4c4f70a 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -50,6 +50,7 @@ The theme currently supports the following languages by default: | Language | Code | | ---------------------------- | ------- | | :gb: English | `en` | +| :bangladesh: Bengali | `bn` | | :cn: Chinese | `zh` | | :fr: French | `fr` | | :de: German | `de` | diff --git a/exampleSite/content/docs/version-2/_index.md b/exampleSite/content/docs/version-2/_index.md index e901edd3..972f1050 100644 --- a/exampleSite/content/docs/version-2/_index.md +++ b/exampleSite/content/docs/version-2/_index.md @@ -26,9 +26,9 @@ Implementing this new version has also removed some Tailwind plugin dependencies A highly requested feature, Congo is now multilingual! If you publish your content in multiple languages, the site will be built with all the translations available. -
:flag-au: :de: :fr: :es: :cn: :brazil: :tr:
+
:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:
-Thanks to submissions from the community, Congo has already been translated into [seven languages](https://github.com/jpanther/congo/tree/dev/i18n) with more to be added over time. By the way, [pull requests](https://github.com/jpanther/congo/pulls) for new languages are always welcome! +Thanks to submissions from the community, Congo has already been translated into [eight languages](https://github.com/jpanther/congo/tree/dev/i18n) with more to be added over time. By the way, [pull requests](https://github.com/jpanther/congo/pulls) for new languages are always welcome! ## RTL language support